Releases: hudochenkov/eslint-config-hudochenkov
Releases · hudochenkov/eslint-config-hudochenkov
13.0.0
12.0.0
- Bumped all peerDependencies
- Replaced deprecated stylistic rules with rules from
@stylistic/eslint-plugin - Replaced or remove remaining deprecated rules
- Removed Jest rules from
commonPluginsandmainconfigs into separate exported configjest - Disabled
import/no-unresolved - Enabled
unicorn/prefer-import-meta-properties
11.0.0
- Migrated to ESLint v9
10.0.3
- Use all
jest/padding-around-*rules to turn offjest/padding-around-expect-groups
10.0.2
- Allow default export in ESLint and Vite configs
- Ignore configs in
import/no-extraneous-dependencies
10.0.0
- Bumped many peerDependencies
- ESLint ^8.57.1 is required. ESLint 9 is not yet supported
- Migrated to ESM
- Migrated to the flat config. All configs need to be used in a new way
- Enabled many new rules
- Removed deprecated rules
9.0.0
- Migrated to ESLint 8
- Enabled new rules:
baseconfig:prefer-promise-reject-errorsrequire-atomic-updates
react-testingconfig:testing-library/no-global-regexp-flag-in-querytesting-library/no-wait-for-multiple-assertionstesting-library/prefer-query-by-disappearance
common-pluginsconfig:jest/no-conditional-in-testjest/no-deprecated-functionsjest/prefer-comparison-matcherjest/prefer-equality-matcherjest/prefer-expect-resolvesjest/prefer-hooks-in-orderjest/prefer-mock-promise-shorthandjest/prefer-to-bejest/valid-describe-callbackjest/valid-expectjest/valid-titleunicorn/no-await-expression-memberunicorn/no-invalid-remove-event-listenerunicorn/no-useless-fallback-in-spreadunicorn/no-useless-length-checkunicorn/no-useless-promise-resolve-rejectunicorn/no-useless-spreadunicorn/prefer-atunicorn/prefer-export-fromunicorn/prefer-native-coercion-functionsunicorn/prefer-native-coercion-functionsunicorn/prefer-top-level-await
8.0.0
-
Added all plugins to
peerDependencies -
Added
eslint-plugin-jestplugin and its rules to the default config -
Added
eslint-config-hudochenkov/react-testingconfig -
Enabled rules:
react/no-unstable-nested-componentsreact/jsx-no-constructed-context-valuesunicorn/prefer-array-flatunicorn/prefer-array-flat-mapunicorn/prefer-array-index-ofunicorn/prefer-array-someunicorn/prefer-date-nowunicorn/prefer-default-parametersunicorn/prefer-regexp-testunicorn/prefer-spreadunicorn/require-array-join-separator
7.2.0
- Add
eslint-plugin-unicorn@22.0.0to peerDependencies
7.1.0
- Bump parser version