Releases: coderwyd/eslint-config
Releases · coderwyd/eslint-config
v1.1.1
No significant changes
View changes on GitHub
v1.1.0
🚨 Breaking Changes
🚀 Features
- Support astro - by @coderwyd (bc5ac)
- Support passing flat config to the first arg - by @coderwyd (89eb7)
- Support reading .gitignore by default - by @coderwyd (d1f17)
- Add
componentExts
to top level config - by @coderwyd (871af) - Add
eslint-plugin-vitest
- by @coderwyd (269f4) - Use ts parser even for JS, for better language compatibility - by @coderwyd (576db)
- Add
name
for each config item - by @coderwyd (0c8c4) - Update stylistic plugins - by @coderwyd (8166c)
- Re-organize tsconfig sort - by @coderwyd (d4dac)
- Add
style/jsx-quotes
rule - by @coderwyd (1373e) - Allow customize indent and quotes - by @coderwyd (dbc1e)
- CLI for quick scaffolding - by @coderwyd (c7ef8)
- react: Add more configurations - by @coderwyd (45595)
🐞 Bug Fixes
- Disable
comma-dangle
in markdown - by @coderwyd (6ac5a) - Install plugins globally for easy overrides - by @coderwyd (b68f7)
- Update
style/quotes
- by @coderwyd (e66c0) - Allow
Function
type forts/ban-types
- by @coderwyd (f737e) - jsonc: Indent config - by @coderwyd (ae50c)
- style/quotes: Disable
avoidEscape
for consistency - by @coderwyd (cdb3a)
View changes on GitHub
v1.1.0-beta.3
🚀 Features
- Add
eslint-plugin-vitest
- by @coderwyd (269f4) - Use ts parser even for JS, for better language compatibility - by @coderwyd (576db)
- Add
name
for each config item - by @coderwyd (0c8c4) - Update stylistic plugins - by @coderwyd (8166c)
- Re-organize tsconfig sort - by @coderwyd (d4dac)
- Add
style/jsx-quotes
rule - by @coderwyd (1373e) - Allow customize indent and quotes - by @coderwyd (dbc1e)
- react: Add more configurations - by @coderwyd (45595)
🐞 Bug Fixes
- Update
style/quotes
- by @coderwyd (e66c0) - Allow
Function
type forts/ban-types
- by @coderwyd (f737e) - jsonc: Indent config - by @coderwyd (ae50c)
- style/quotes: Disable
avoidEscape
for consistency - by @coderwyd (cdb3a)
View changes on GitHub
v1.1.0-beta.2
v1.1.0-beta.1
v1.1.0-beta.0
v1.0.10
🚀 Features
- Add
jsdoc
plugin - by @coderwyd (9a4ea) - Improve compatibility with
noPropertyAccessFromIndexSignature
- by @coderwyd (1d495) - ts: Add tsconfig.json order - by @coderwyd (a6637)
🐞 Bug Fixes
- Only use eslint in JavaScript - by @coderwyd (92d77)
- Fix(basic): JavaScript vue import error - by @coderwyd (5b2d5)