Skip to content

Releases: tokens-studio/configs

v0.2.4

01 Aug 10:23
7f1a742

Choose a tag to compare

Patch Changes

  • 6f8731e: Add override for CSS print width, given the CSS variable names, it makes sense to allow more columns to keep things readable and not overdo the line wrapping.

v0.2.3

04 Oct 14:24
8da858b

Choose a tag to compare

Patch Changes

  • a50d54e: Fix CJS file glob, no-unused-vars to mimic how TypeScript allows it. Turn off sort-imports rule since all of the autofix plugins for this completely suck.

v0.2.2

01 Oct 12:45
261e261

Choose a tag to compare

Patch Changes

  • 498990a: Fix dependencies / peerDependencies. Only ESLint / TypeScript / Prettier should be peer deps, the rest are direct dependencies of the configs.
  • 729e28b: Update to the README.md, ESLint v8 changed to -> v9, with explanation about migration to flat config. Added note about recommending to explicitly add the eslint/tsc/prettier peer dependencies.

v0.2.1

30 Sep 12:49
74521a8

Choose a tag to compare

Patch Changes

  • 810aad9: Disable annoying TS rule and depend on react hooks plugin beta rc.

v0.2.0

30 Sep 11:37
25459cb

Choose a tag to compare

Minor Changes

  • 4179cd8: Migrate to ESLint v9 which uses flat config and makes it easier to extend/share configs.

v0.1.1

30 Sep 09:43
c444cc6

Choose a tag to compare

Patch Changes

  • 941e071: Fix filename extension in pkg json files, to ensure the ESLint config is published properly.

v0.1.0

30 Sep 09:15
b2f0710

Choose a tag to compare

Minor Changes

  • 5eb03f1: First beta release of @tokens-studio/configs package with ESLint, Prettier and TypeScript covered.