Releases: zemd/eslint-flat-config
Releases · zemd/eslint-flat-config
v2.0.6
Patch Changes
- e425255: adding @graphql-eslint rules
v2.0.5
Patch Changes
- cf48693: changing the order of the rules
v2.0.4
Patch Changes
- 18eb737: fixing no-unused-vars rule for typescript, ignoring temporary folders, turning off react/prop-types
v2.0.3
Patch Changes
- 1976ee2: avoiding react/function-component-definition rule
v2.0.0
Major Changes
- 3db3e53: switchign to bun, removing prettier config, using stylistic when necessary, avoiding deprecated rules, cleaning configs
v1.0.5
1.0.5 (2023-10-23)
Bug Fixes
- allowing using any in typescript (87d38bf)
v1.0.4
1.0.4 (2023-10-23)
Bug Fixes
- turn off @typescript-eslint/no-unsafe-return by default (bea5461)
v1.0.3
1.0.3 (2023-10-23)
Bug Fixes
- turn off@typescript-eslint/no-explicit-any be default (c765fad)