Releases: EvgenyOrekhov/eslint-config-hardcore
Releases · EvgenyOrekhov/eslint-config-hardcore
v23.4.0
v23.3.1
Update dependencies.
v23.3.0
- Add
unicorn/prefer-code-point
- Add
unicorn/no-await-expression-member
- Update dependencies
v23.2.0
hardcore
hardcore/react
- Add
react/no-unused-class-component-methods
- Add
react/no-arrow-function-lifecycle
- Add
react/no-invalid-html-attribute
- Remove deprecated eslint-plugin-jsx-a11y rules
v23.1.0
v23.0.0
Major changes
hardcore
- Update ESLint to v8, see migration guide
hardcore/jest
Minor changes
hardcore
- Add
no-unused-private-class-members
- Enable
caseSensitiveStrict
option forimport/no-unresolved
- Temporarily disable
eslint-plugin-sort-class-members
andeslint-plugin-decorator-position
until they become compatible with ESLint v8 and@typescript-eslint/eslint-plugin
v5
v22.2.0
v22.1.0
v22.0.0
hardcore/jest
v21.0.0
hardcore/ts
- Add eslint-plugin-etc
- Add
@typescript-eslint/no-non-null-asserted-nullish-coalescing
- Disable
@typescript-eslint/explicit-module-boundary-types
and@typescript-eslint/explicit-function-return-type
(Disabling these rules will significantly reduce the amount of boilerplate code. The usage ofstrict
TSConfig flag is highly recommended in this case.)