Releases: coderwyd/eslint-config
Releases · coderwyd/eslint-config
v2.1.2
v2.1.1
v2.1.0
v2.0.4
🚀 Features
View changes on GitHub
v2.0.3
No significant changes
View changes on GitHub
v2.0.2
v2.0.1
v2.0.0
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)