Skip to content

Releases: tokens-studio/configs

v0.2.3

04 Oct 14:24
8da858b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Minor Changes

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