Releases: EvgenyOrekhov/eslint-config-hardcore
Releases · EvgenyOrekhov/eslint-config-hardcore
v35.7.0
hardcore
v35.6.0
hardcore/vue
- Add
vue/no-multiple-template-root
for Nuxt - Other Nuxt tweaks
v35.5.0
- Ignore naming conventions for object literal properties that require quotes, e. g.
{ "@": ... }
v35.4.0
v35.3.1
hardcore/jest
- Disable
jest/unbound-method
because it requires type information and can't be used with JavaScript projects
v35.3.0
hardcore/react
- Fix #709 Add
Image
tojsx-a11y/alt-text
v35.2.0
hardcore/ts
v35.1.0
v35.0.1
- Fix Nuxt 3 (non-TypeScript) support
- Add a separate Nuxt 3 example to
README.md
v35.0.0
Major changes
hardcore/ts
Add eslint-plugin-total-functions.
The most major rule is total-functions/require-strict-mode
,
which requires TypeScript's strict and noUncheckedIndexedAccess flags to be enabled.