Releases: mastondzn/eslint
Releases · mastondzn/eslint
v1.4.0
🚀 Features
- Sync react recommended react rules - by @mastondzn (f7699)
🐞 Bug Fixes
- Linting issue - by @mastondzn (abeb8)
- Linting issue - by @mastondzn (3899c)
- Use correct vue plugin presets - by @mastondzn (cf2fc)
View changes on GitHub
v1.3.0
🚀 Features
- Add ts 5.8 flags for tsconfig sorting - by @nwidynski in https://github.com/mastondzn/eslint/issues/694 (f00a3)
- Sync the recommended rules of react plugins - by @Rel1cx in https://github.com/mastondzn/eslint/issues/693 (871ce)
- vue-a11y: Add vue accessibility plugin support - by @oliver139 in https://github.com/mastondzn/eslint/issues/686 (280bc)
View changes on GitHub
v1.2.0
🐞 Bug Fixes
- Migrate recommended configs - by @mastondzn (3a72a)
- Incompatible type - by @mastondzn (6c452)
View changes on GitHub
v1.1.1
v1.1.0
🚀 Features
- Enable type aware rules how ts-eslint recommends now - by @mastondzn (3902a)
🐞 Bug Fixes
- Ensure correct svelte packages - by @mastondzn (1a9dc)
View changes on GitHub
v1.0.0
Package has been rewritten from scratch from antfu/eslint-config for me to support v9 and not merge the mess that was present.
Formatting and formatters no longer exist in this version.
v0.9.0
No significant changes
View changes on GitHub
v0.8.0
🚀 Features
- Integrate slidev prettier plugin - by @antfu in https://github.com/mastondzn/eslint/issues/412 (f3e91)
- Update all deps - by @antfu (abcf6)
- Add eslint config for astro framework - by @kaivanwong and @antfu in https://github.com/mastondzn/eslint/issues/410 (4a0ad)
- Add prettier-plugin-astro for eslint-config formatter - by @kaivanwong in https://github.com/mastondzn/eslint/issues/413 (479c4)
View changes on GitHub
v0.7.0
🚀 Features
- Use typescript project only for type-aware files, closes #380 - by @Dimava in https://github.com/mastondzn/eslint/issues/384 and https://github.com/mastondzn/eslint/issues/380 (9e2bf)
- Enable
method-signature-style- by @antfu (d205d) number-literal-caseoff when using stylistic - by @mastondzn (5550f)- Prefer inline type annotation in
import/no-duplicates- by @mastondzn (2a9cb)
🐞 Bug Fixes
- Unknown options: reportUnusedDisableDirectives - by @cunzaizhuyi in https://github.com/mastondzn/eslint/issues/395 (2e111)
- Add override options type for stylistic - by @gjfLeo in https://github.com/mastondzn/eslint/issues/391 and https://github.com/mastondzn/eslint/issues/392 (187e5)
- Pick
nameintofusedConfig. - by @lvjiaxuan in https://github.com/mastondzn/eslint/issues/397 (37070) - Use
VSCODE_CWDto autodetect if in editor - by @kehwar in https://github.com/mastondzn/eslint/issues/402 (5c628) - svelte: Disable style/indent in svelte files - by @thenbe in https://github.com/mastondzn/eslint/issues/400 (ab920)
View changes on GitHub
v0.6.13
No significant changes