Releases: kirklin/eslint-config
Releases · kirklin/eslint-config
v2.3.1
No significant changes
View changes on GitHub
v2.3.0
No significant changes
View changes on GitHub
v2.2.0
🚀 Features
- Integrate slidev prettier plugin - by @kirklin (4113b)
- Add eslint config for astro framework - by @kirklin (3ba2d)
- Add prettier-plugin-astro for eslint-config formatter - by @kirklin (61409)
- Upgrade vue and deps - by @kirklin (459a7)
- Improve cli - by @kirklin (a62f3)
🐞 Bug Fixes
- Use
VSCODE_CWD
to autodetect if in editor - by @kirklin (1b3ba) - Cli-suggest-remove-files - by @kirklin (ac927)
- import/newline-after-import: Disable
considerComment
option - by @kirklin (5db7d) - svelte: Disable style/indent in svelte files - by @kirklin (2fbd4)
View changes on GitHub
v2.1.0
🚀 Features
- Use typescript project only for type-aware files - by @kirklin (5e4d3)
- Enable
method-signature-style
- by @kirklin (7abb5)
🐞 Bug Fixes
- Add overrides missing - by @kirklin (f8e80)
- Honor eslint-disable-next-line in svelte files - by @kirklin (2b730)
- Disable
vue/no-extra-parens
- by @kirklin (6fd34) - Pick
name
intofusedConfig
. - by @kirklin (ece03)