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
componentExtsto 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
namefor each config item - by @coderwyd (0c8c4) - Update stylistic plugins - by @coderwyd (8166c)
- Re-organize tsconfig sort - by @coderwyd (d4dac)
- Add
style/jsx-quotesrule - 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-danglein markdown - by @coderwyd (6ac5a) - Install plugins globally for easy overrides - by @coderwyd (b68f7)
- Update
style/quotes- by @coderwyd (e66c0) - Allow
Functiontype forts/ban-types- by @coderwyd (f737e) - jsonc: Indent config - by @coderwyd (ae50c)
- style/quotes: Disable
avoidEscapefor consistency - by @coderwyd (cdb3a)