Stylelint plugin

Stylelint plugin for use with the Atlassian Design System.

5.1.2

Patch Changes

  • Updated dependencies

5.1.1

Patch Changes

  • Updated dependencies

5.1.0

Minor Changes

Patch Changes

  • Updated dependencies

5.0.2

Patch Changes

  • Updated dependencies

5.0.1

Patch Changes

  • Updated dependencies

5.0.0

Major Changes

  • f2dc9097319f0, (opens new window) - ### Dropped support for legacy Typescript 4 types. Typescript 5 is now the new minimum.

    Removes the typesVersions property and dist/types-ts4.5 directory from the dist.

    Types are now exclusively via the "types": "dist/types/index.d.ts" property.

    - "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - },

Patch Changes

  • Updated dependencies

4.1.11

Patch Changes

  • Updated dependencies

4.1.10

Patch Changes

  • Updated dependencies

4.1.9

Patch Changes

4.1.8

Patch Changes

  • Updated dependencies

4.1.7

Patch Changes

  • Updated dependencies

4.1.6

Patch Changes

  • Updated dependencies

4.1.5

Patch Changes

4.1.4

Patch Changes

  • Updated dependencies

4.1.3

Patch Changes

  • Updated dependencies

4.1.2

Patch Changes

4.1.1

Patch Changes

  • Updated dependencies

4.1.0

Minor Changes

4.0.0

Major Changes

3.0.0

Major Changes

2.2.3

Patch Changes

2.2.2

Patch Changes

  • Updated dependencies

2.2.1

Patch Changes

2.2.0

Minor Changes

2.1.9

Patch Changes

  • Updated dependencies

2.1.8

Patch Changes

2.1.7

Patch Changes

  • Updated dependencies

2.1.6

Patch Changes

2.1.5

Patch Changes

  • Updated dependencies

2.1.4

Patch Changes

2.1.3

Patch Changes

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • #43258, (opens new window) 0004d49c240, (opens new window) - Adds a new argument fallbackUsage which replaces shouldEnforceFallbacks. This new argument is an enum which represents the three possible states this rule can be configured with.
    • forced: Fallbacks must always been in use
    • none: Fallbacks must never been in use. (Fixer will remove any value provided )
    • optional: (new) Fallbacks are optional

2.0.0

Major Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

  • #40796, (opens new window) 4a861e0b373, (opens new window) - Adds a new "nonTokenCssVariables" option to the ensure-design-token-usage stylelint rule's configuration. When this is enabled, it will disallow CSS variables that aren't design tokens. This is used to be the default behavior but needs to now be explicitly enabled with the new option.

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

0.5.0

Minor Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

Patch Changes

  • Updated dependencies

0.3.16

Patch Changes

  • Updated dependencies

0.3.15

Patch Changes

0.3.14

Patch Changes

  • Updated dependencies

0.3.13

Patch Changes

  • Updated dependencies

0.3.12

Patch Changes

0.3.11

Patch Changes

  • Updated dependencies

0.3.10

Patch Changes

0.3.9

Patch Changes

0.3.8

Patch Changes

0.3.7

Patch Changes

0.3.6

Patch Changes

0.3.5

Patch Changes

  • #22198, (opens new window) ec850b9fc2d, (opens new window) - Improves lint coverage by ensuring all css variables are wrapped in a design token at the callsite.

    For example, the following will now error:

    color: var(--adg3-color-R75);

    and request that you wrap it in a token:

    color: var(--ds-text-danger, var(--adg3-color-R75));

    In addition, named colors such as red, white, violet will now error.

0.3.4

Patch Changes

  • Updated dependencies

0.3.3

Patch Changes

0.3.2

Patch Changes

  • Updated dependencies

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #19900, (opens new window) 47d91601f23, (opens new window) - - 'no-deprecated-design-token-usage' rule now provides fix for deprecated tokens by replacing with the recommended token replacement
    • 'no-unsafe-design-token-usage' rule now provides fix for deleted tokens by replacing with the recommended token replacement

0.2.3

Patch Changes

  • Updated dependencies

0.2.2

Patch Changes

0.2.1

Patch Changes

  • Updated dependencies

0.2.0

Minor Changes

0.1.3

Patch Changes

  • Updated dependencies

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Updated dependencies

0.1.0

Minor Changes

Was this page helpful?
We use this feedback to improve our documentation.
© 2026 AtlassianTrademark, (opens new window)Privacy, (opens new window)License