Releases: rotki/eslint-config
Releases · rotki/eslint-config
v3.5.0
v3.4.0
v3.3.0
v3.2.1
v3.2.0
🚀 Features
- Migrate to @eslint-community/eslint-plugin-eslint-comments - by @kelsos (d41d5)
- Update vue/define-macros-order order - by @kelsos (d5d26)
- Enable vue/require-macro-variable-name rule - by @kelsos (c22c4)
- Allow overrides for import rules - by @kelsos (96884)
- Support storybook eslint plugin 0.9.0 - by @kelsos (e4133)
- Merge prettier plugins with options - by @kelsos (31361)
- Enable vue/no-duplicate-attr-inheritance rule - by @kelsos (03bf2)
🐞 Bug Fixes
- Disable explicit-function-return-type in markdown code - by @kelsos (11414)
- Disable @typescript-eslint/explicit-function-return-type in vue files - by @kelsos (61dec)
- Disable @typescript-eslint/explicit-function-return-type in config files - by @kelsos (4cc64)
View changes on GitHub
v3.1.0
🚨 Breaking Changes
🚀 Features
- Print hint message when running in editor - by @kelsos (8dd47)
- Enable antfu/consistent-chaining - by @kelsos (bc9df)
- Update
@eslint/markdown
to v6 - by @kelsos (915e5) - Allow to configure unicorn using
recommended
- by @kelsos (fe712) - Move disable rules to the end, remove deprecated rules - by @kelsos (fe7e4)
🐞 Bug Fixes
- Make printWidth globally 120 characters - by @kelsos (16404)
- Add scope checking for installed packages - by @kelsos (0731f)
isInEditorEnv
should be false when in git hooks - by @kelsos (c32b3)- Override type-aware rules properly - by @kelsos (3da43)
- Remove redundant statements from
no-restricted-syntax
- by @kelsos (3201c) - Disable regexp configuration by default - by @kelsos (80f9f)
View changes on GitHub
v3.0.0
🚀 Features
- Sync configuration with upstream up to v2.21.3 - by @kelsos (f1ace)
- Sync with upstream up to v2.23.2 - by @kelsos (5596e)
🐞 Bug Fixes
- Disable typescript-eslint/strict-boolean-expressions - by @kelsos (9c9d9)
- Remove require-await rule - by @kelsos (45150)
- Remove hack and add version check for vue-i18n - by @kelsos (22340)
- Update exclude globs - by @kelsos (39d78)