gurvancampion / turborepo-nuxt-boilerplate

Nuxt.js 3 x Histoire x Vitest x VitePress x Turbo (pnpm)
MIT License
99 stars 13 forks source link

chore(deps): update dependency @antfu/eslint-config to v2 (main) - autoclosed #351

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.39.3 -> ^2.27.3 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v2.27.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.27.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.27.2...v2.27.3) #####    🐞 Bug Fixes - Upgrade `eslint-plugin-import-x`  -  by [@​antfu](https://togithub.com/antfu) [(6a224)](https://togithub.com/antfu/eslint-config/commit/6a22489) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.27.2...v2.27.3) ### [`v2.27.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.27.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.27.1...v2.27.2) #####    🚀 Features - Formatters support SVG  -  by [@​yunsii](https://togithub.com/yunsii) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/591](https://togithub.com/antfu/eslint-config/issues/591) [(12718)](https://togithub.com/antfu/eslint-config/commit/12718a4) #####    🐞 Bug Fixes - Use fork of `eslint-plugin-import-x`  -  by [@​antfu](https://togithub.com/antfu) [(78d52)](https://togithub.com/antfu/eslint-config/commit/78d5234) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.27.1...v2.27.2) ### [`v2.27.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.27.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.27.0...v2.27.1) #####    🐞 Bug Fixes - Override type-aware rules properly  -  by [@​ryoppippi](https://togithub.com/ryoppippi) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/585](https://togithub.com/antfu/eslint-config/issues/585) [(35f67)](https://togithub.com/antfu/eslint-config/commit/35f6763) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.27.0...v2.27.1) ### [`v2.27.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.27.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.26.1...v2.27.0) #####    🚀 Features - Print hint message when running in editor  -  by [@​antfu](https://togithub.com/antfu) [(c6210)](https://togithub.com/antfu/eslint-config/commit/c62102b) #####    🐞 Bug Fixes - `isInEditorEnv` should be false when in git hooks, close [#​589](https://togithub.com/antfu/eslint-config/issues/589)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/589](https://togithub.com/antfu/eslint-config/issues/589) [(b60bf)](https://togithub.com/antfu/eslint-config/commit/b60bfd3) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.26.1...v2.27.0) ### [`v2.26.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.26.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.26.0...v2.26.1) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.26.0...v2.26.1) ### [`v2.26.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.26.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.2...v2.26.0) #####    🐞 Bug Fixes - `ignoresTypeAware` reslove, fix [#​578](https://togithub.com/antfu/eslint-config/issues/578)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/578](https://togithub.com/antfu/eslint-config/issues/578) [(e5ca2)](https://togithub.com/antfu/eslint-config/commit/e5ca299) - Check packages existence in local scope  -  by [@​paescuj](https://togithub.com/paescuj) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/583](https://togithub.com/antfu/eslint-config/issues/583) [(12fd8)](https://togithub.com/antfu/eslint-config/commit/12fd868) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.2...v2.26.0) ### [`v2.25.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.1...v2.25.2) #####    🐞 Bug Fixes - Migrate plugin eslint-comments  -  by [@​ntnyq](https://togithub.com/ntnyq) in [https://github.com/antfu/eslint-config/issues/577](https://togithub.com/antfu/eslint-config/issues/577) [(015e2)](https://togithub.com/antfu/eslint-config/commit/015e2f0) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.1...v2.25.2) ### [`v2.25.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.0...v2.25.1) #####    🐞 Bug Fixes - Migrate to new vitest plugin, close [#​576](https://togithub.com/antfu/eslint-config/issues/576)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/576](https://togithub.com/antfu/eslint-config/issues/576) [(5e465)](https://togithub.com/antfu/eslint-config/commit/5e46584) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.0...v2.25.1) ### [`v2.25.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.24.1...v2.25.0) #####    🐞 Bug Fixes - Default prettier `printWidth: 120` not work as expected  -  by [@​HADB](https://togithub.com/HADB) in [https://github.com/antfu/eslint-config/issues/573](https://togithub.com/antfu/eslint-config/issues/573) [(8942c)](https://togithub.com/antfu/eslint-config/commit/8942cc0) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.24.1...v2.25.0) ### [`v2.24.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.24.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.24.0...v2.24.1) #####    🚀 Features - Upgrade `@typescript-eslint` to v8 stable  -  by [@​antfu](https://togithub.com/antfu) [(572b0)](https://togithub.com/antfu/eslint-config/commit/572b041) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.24.0...v2.24.1) ### [`v2.24.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.24.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.23.2...v2.24.0) #####    🚀 Features - Upgrade `@types/eslint`  -  by [@​antfu](https://togithub.com/antfu) [(1bf41)](https://togithub.com/antfu/eslint-config/commit/1bf412a) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.23.2...v2.24.0) ### [`v2.23.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.23.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.23.1...v2.23.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.23.1...v2.23.2) ### [`v2.23.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.23.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.23.0...v2.23.1) #####    🐞 Bug Fixes - Remove deprecated 'ts/prefer-ts-expect-error' rule  -  by [@​andylou0102](https://togithub.com/andylou0102) and **AndyLuo** in [https://github.com/antfu/eslint-config/issues/549](https://togithub.com/antfu/eslint-config/issues/549) [(22517)](https://togithub.com/antfu/eslint-config/commit/225170d) - Delete `svelte/valid-compile` rule from eslint-plugin-svelte  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/552](https://togithub.com/antfu/eslint-config/issues/552) [(6e6cd)](https://togithub.com/antfu/eslint-config/commit/6e6cd05) - Use `fixable: true`  -  by [@​hyoban](https://togithub.com/hyoban) in [https://github.com/antfu/eslint-config/issues/554](https://togithub.com/antfu/eslint-config/issues/554) [(9d53b)](https://togithub.com/antfu/eslint-config/commit/9d53b56) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.23.0...v2.23.1) ### [`v2.23.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.23.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.22.4...v2.23.0) #####    🚀 Features - Introduce `type` options, enable `ts/explicit-function-return-type` for `lib`  -  by [@​antfu](https://togithub.com/antfu) [(3dd7b)](https://togithub.com/antfu/eslint-config/commit/3dd7b57) #####    🐞 Bug Fixes - Enable `eslint-config-flat-gitignore` even if `.gitignore` is not in cwd  -  by [@​lachlancollins](https://togithub.com/lachlancollins) in [https://github.com/antfu/eslint-config/issues/547](https://togithub.com/antfu/eslint-config/issues/547) [(c118b)](https://togithub.com/antfu/eslint-config/commit/c118b46) - Use a fork of `eslint-plugin-unused-imports`  -  by [@​antfu](https://togithub.com/antfu) [(79442)](https://togithub.com/antfu/eslint-config/commit/7944244) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.22.4...v2.23.0) ### [`v2.22.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.22.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.22.3...v2.22.4) #####    🐞 Bug Fixes - **typescript**: Remove string\[] from tsconfigPath as not supported in v8  -  by [@​RayGuo-ergou](https://togithub.com/RayGuo-ergou) in [https://github.com/antfu/eslint-config/issues/545](https://togithub.com/antfu/eslint-config/issues/545) [(8c9e3)](https://togithub.com/antfu/eslint-config/commit/8c9e3a6) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.22.3...v2.22.4) ### [`v2.22.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.22.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.22.2...v2.22.3) #####    🐞 Bug Fixes - Add `.svelte-kit` to ignored paths  -  by [@​lachlancollins](https://togithub.com/lachlancollins) in [https://github.com/antfu/eslint-config/issues/542](https://togithub.com/antfu/eslint-config/issues/542) [(94fd0)](https://togithub.com/antfu/eslint-config/commit/94fd0f5) - TsconifgPath configuration  -  by [@​vaiil](https://togithub.com/vaiil) in [https://github.com/antfu/eslint-config/issues/541](https://togithub.com/antfu/eslint-config/issues/541) [(e1a9d)](https://togithub.com/antfu/eslint-config/commit/e1a9dbe) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.22.2...v2.22.3) ### [`v2.22.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.22.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.22.1...v2.22.2) #####    🚀 Features - Add `isolatedDeclarations` into the order array  -  by [@​LoTwT](https://togithub.com/LoTwT) in [https://github.com/antfu/eslint-config/issues/537](https://togithub.com/antfu/eslint-config/issues/537) [(80597)](https://togithub.com/antfu/eslint-config/commit/8059791) #####    🐞 Bug Fixes - **typescript**: Allow description for `ts-expect-error` in \`ban-ts-c…  -  by [@​kevinmarrec](https://togithub.com/kevinmarrec) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/517](https://togithub.com/antfu/eslint-config/issues/517) [(bf7a5)](https://togithub.com/antfu/eslint-config/commit/bf7a58a) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.22.1...v2.22.2) ### [`v2.22.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.22.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.22.0...v2.22.1) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.22.0...v2.22.1) ### [`v2.22.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.22.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.21.3...v2.22.0) #####    🚀 Features - Use ts-eslint beta  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/520](https://togithub.com/antfu/eslint-config/issues/520) [(c29ac)](https://togithub.com/antfu/eslint-config/commit/c29ac66) - Add name to ignore config  -  by [@​antfu](https://togithub.com/antfu) [(48bcd)](https://togithub.com/antfu/eslint-config/commit/48bcd2b) #####    🐞 Bug Fixes - Relax `ts/no-empty-object-type` rule  -  by [@​antfu](https://togithub.com/antfu) [(692e7)](https://togithub.com/antfu/eslint-config/commit/692e768) - Disable `ts/no-unused-expressions` in markdown  -  by [@​antfu](https://togithub.com/antfu) [(64894)](https://togithub.com/antfu/eslint-config/commit/64894e6) - Avoid using `name` in `ignores`  -  by [@​antfu](https://togithub.com/antfu) [(d7b06)](https://togithub.com/antfu/eslint-config/commit/d7b069d) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.21.3...v2.22.0) ### [`v2.21.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.21.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.21.2...v2.21.3) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.21.2...v2.21.3) ### [`v2.21.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.21.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.21.1...v2.21.2) #####    🚀 Features - Add nvim support for `isInEditor`  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/507](https://togithub.com/antfu/eslint-config/issues/507) [(8f992)](https://togithub.com/antfu/eslint-config/commit/8f992fe) - **typescript**: - Add 'ts/return-await' rule  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/509](https://togithub.com/antfu/eslint-config/issues/509) [(498cb)](https://togithub.com/antfu/eslint-config/commit/498cb76) - Add `ts/switch-exhaustiveness-check` rule  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/508](https://togithub.com/antfu/eslint-config/issues/508) [(33c63)](https://togithub.com/antfu/eslint-config/commit/33c6327) - Add 'ts/promise-function-async' to type aware rule  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/511](https://togithub.com/antfu/eslint-config/issues/511) [(e7cd2)](https://togithub.com/antfu/eslint-config/commit/e7cd2bf) #####    🐞 Bug Fixes - Peer dependency version of svelte-eslint-parser  -  by [@​thenbe](https://togithub.com/thenbe) in [https://github.com/antfu/eslint-config/issues/504](https://togithub.com/antfu/eslint-config/issues/504) [(435e1)](https://togithub.com/antfu/eslint-config/commit/435e1ce) - Ignore vite timestamp file  -  by [@​CofCat456](https://togithub.com/CofCat456) in [https://github.com/antfu/eslint-config/issues/515](https://togithub.com/antfu/eslint-config/issues/515) [(8f36c)](https://togithub.com/antfu/eslint-config/commit/8f36c5b) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.21.1...v2.21.2) ### [`v2.21.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.21.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.21.0...v2.21.1) #####    🚀 Features - Add 'contributors' to sort  -  by [@​christopher-buss](https://togithub.com/christopher-buss) in [https://github.com/antfu/eslint-config/issues/500](https://togithub.com/antfu/eslint-config/issues/500) and [https://github.com/antfu/eslint-config/issues/501](https://togithub.com/antfu/eslint-config/issues/501) [(6cde4)](https://togithub.com/antfu/eslint-config/commit/6cde4c9) #####    🐞 Bug Fixes - Option glob pattern for .d.mts  -  by [@​antfu](https://togithub.com/antfu) [(a2ca9)](https://togithub.com/antfu/eslint-config/commit/a2ca99f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.21.0...v2.21.1) ### [`v2.21.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.21.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.20.0...v2.21.0) #####    🐞 Bug Fixes - Only enable ts rules for ts files, fix [#​498](https://togithub.com/antfu/eslint-config/issues/498)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/498](https://togithub.com/antfu/eslint-config/issues/498) [(87142)](https://togithub.com/antfu/eslint-config/commit/87142e1) - Include `.d.mts` and `.d.cts`  -  by [@​antfu](https://togithub.com/antfu) [(0582c)](https://togithub.com/antfu/eslint-config/commit/0582c44) - Disbale type-aware in astro, handle formatter overrides with stylistic  -  by [@​tinchoz49](https://togithub.com/tinchoz49) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/493](https://togithub.com/antfu/eslint-config/issues/493) [(e3230)](https://togithub.com/antfu/eslint-config/commit/e32301a) - Include `.jsx` files when the options set to true  -  by [@​antfu](https://togithub.com/antfu) [(96aff)](https://togithub.com/antfu/eslint-config/commit/96affbf) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.20.0...v2.21.0) ### [`v2.20.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.20.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.19.2...v2.20.0) #####    🚀 Features - Update astro plugin to v1.0  -  by [@​tinchoz49](https://togithub.com/tinchoz49) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/492](https://togithub.com/antfu/eslint-config/issues/492) [(49a9d)](https://togithub.com/antfu/eslint-config/commit/49a9d0c) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.19.2...v2.20.0) ### [`v2.19.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.19.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.19.1...v2.19.2) #####    🚀 Features - **typescript**: Add strict-boolean-expressions rule  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/490](https://togithub.com/antfu/eslint-config/issues/490) [(c0426)](https://togithub.com/antfu/eslint-config/commit/c042620) #####    🐞 Bug Fixes - TsconfigPath undefined  -  by [@​tinchoz49](https://togithub.com/tinchoz49) in [https://github.com/antfu/eslint-config/issues/491](https://togithub.com/antfu/eslint-config/issues/491) [(8c473)](https://togithub.com/antfu/eslint-config/commit/8c4732f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.19.1...v2.19.2) ### [`v2.19.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.19.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.19.0...v2.19.1) #####    🚀 Features - Add jsx support in react without config.  -  by [@​eastonzh](https://togithub.com/eastonzh) in [https://github.com/antfu/eslint-config/issues/481](https://togithub.com/antfu/eslint-config/issues/481) [(87af9)](https://togithub.com/antfu/eslint-config/commit/87af9a0) - **cli**: Add validation for CSS-related files  -  by [@​pudon](https://togithub.com/pudon) in [https://github.com/antfu/eslint-config/issues/478](https://togithub.com/antfu/eslint-config/issues/478) [(6ada3)](https://togithub.com/antfu/eslint-config/commit/6ada34e) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.19.0...v2.19.1) ### [`v2.19.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.19.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.18.1...v2.19.0) #####    🚀 Features - Update plugins  -  by [@​antfu](https://togithub.com/antfu) [(56cde)](https://togithub.com/antfu/eslint-config/commit/56cde3f) - Use `antfu/curly` to replace `curly`  -  by [@​antfu](https://togithub.com/antfu) [(42a90)](https://togithub.com/antfu/eslint-config/commit/42a90c0) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.18.1...v2.19.0) ### [`v2.18.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.18.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.18.0...v2.18.1) #####    🚀 Features - Update plugins  -  by [@​antfu](https://togithub.com/antfu) [(5071f)](https://togithub.com/antfu/eslint-config/commit/5071f20) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.18.0...v2.18.1) ### [`v2.18.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.18.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.17.0...v2.18.0) #####    🚀 Features - Add regexp plugin and enable by default  -  by [@​antfu](https://togithub.com/antfu) [(1e189)](https://togithub.com/antfu/eslint-config/commit/1e18906) - Support xml  -  by [@​zanfee](https://togithub.com/zanfee) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/472](https://togithub.com/antfu/eslint-config/issues/472) [(19b4e)](https://togithub.com/antfu/eslint-config/commit/19b4e39) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.17.0...v2.18.0) ### [`v2.17.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.17.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.16.4...v2.17.0) #####    🚀 Features - Update stylistic and ts-eslint  -  by [@​antfu](https://togithub.com/antfu) [(25c11)](https://togithub.com/antfu/eslint-config/commit/25c1111) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.16.4...v2.17.0) ### [`v2.16.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.16.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.16.3...v2.16.4) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.16.3...v2.16.4) ### [`v2.16.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.16.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.16.2...v2.16.3) #####    🚀 Features - Update deps  -  by [@​antfu](https://togithub.com/antfu) [(1a25b)](https://togithub.com/antfu/eslint-config/commit/1a25b9d) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.16.2...v2.16.3) ### [`v2.16.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.16.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.16.1...v2.16.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.16.1...v2.16.2) ### [`v2.16.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.16.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.16.0...v2.16.1) #####    🐞 Bug Fixes - Lock ts-eslint to 7.7 for now  -  by [@​antfu](https://togithub.com/antfu) [(844ff)](https://togithub.com/antfu/eslint-config/commit/844ffc4) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.16.0...v2.16.1) ### [`v2.16.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.16.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.15.0...v2.16.0) #####    🚀 Features - Add `eslint-plugin-command`  -  by [@​antfu](https://togithub.com/antfu) [(20ea2)](https://togithub.com/antfu/eslint-config/commit/20ea295) #####    🐞 Bug Fixes - **react**: Improve option for react-refresh, aware Remix and Next.js  -  by [@​antfu](https://togithub.com/antfu) and [@​hyoban](https://togithub.com/hyoban) in [https://github.com/antfu/eslint-config/issues/461](https://togithub.com/antfu/eslint-config/issues/461) [(24d4f)](https://togithub.com/antfu/eslint-config/commit/24d4f14) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.15.0...v2.16.0) ### [`v2.15.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.15.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.14.0...v2.15.0) #####    🚨 Breaking Changes - Migrate from eslint-plugin-react to eslint react  -  by [@​hyoban](https://togithub.com/hyoban) in [https://github.com/antfu/eslint-config/issues/453](https://togithub.com/antfu/eslint-config/issues/453) [(86a74)](https://togithub.com/antfu/eslint-config/commit/86a74c9) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.14.0...v2.15.0) ### [`v2.14.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.14.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.13.4...v2.14.0) #####    🚀 Features - Support `lessOpinionated` option  -  by [@​antfu](https://togithub.com/antfu) [(4b87c)](https://togithub.com/antfu/eslint-config/commit/4b87cbf) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.13.4...v2.14.0) ### [`v2.13.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.13.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.13.3...v2.13.4) #####    🚀 Features - Improve types support  -  by [@​antfu](https://togithub.com/antfu) [(6a7df)](https://togithub.com/antfu/eslint-config/commit/6a7df74) - **svelte**: Add support for typing according to [sveltejs/rfcs#38](https://togithub.com/sveltejs/rfcs/issues/38)  -  by [@​kelvindecosta](https://togithub.com/kelvindecosta) in [https://github.com/antfu/eslint-config/issues/450](https://togithub.com/antfu/eslint-config/issues/450) and [https://github.com/antfu/eslint-config/issues/38](https://togithub.com/antfu/eslint-config/issues/38) [(e0752)](https://togithub.com/antfu/eslint-config/commit/e075210) #####    🐞 Bug Fixes - File pattern for htm files  -  by [@​Bernankez](https://togithub.com/Bernankez) in [https://github.com/antfu/eslint-config/issues/447](https://togithub.com/antfu/eslint-config/issues/447) [(b6e9a)](https://togithub.com/antfu/eslint-config/commit/b6e9a58) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.13.3...v2.13.4) ### [`v2.13.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.13.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.13.2...v2.13.3) #####    🐞 Bug Fixes - Don't create new test plugin for every run  -  by [@​antfu](https://togithub.com/antfu) [(2bc6f)](https://togithub.com/antfu/eslint-config/commit/2bc6f13) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.13.2...v2.13.3) ### [`v2.13.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.13.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.13.1...v2.13.2) #####    🐞 Bug Fixes - Typegen  -  by [@​antfu](https://togithub.com/antfu) [(47e4a)](https://togithub.com/antfu/eslint-config/commit/47e4a1c) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.13.1...v2.13.2) ### [`v2.13.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.13.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.13.0...v2.13.1) #####    🚀 Features - Improve `no-unused-vars` options  -  by [@​antfu](https://togithub.com/antfu) [(1e091)](https://togithub.com/antfu/eslint-config/commit/1e091eb) - Update deps  -  by [@​antfu](https://togithub.com/antfu) [(48660)](https://togithub.com/antfu/eslint-config/commit/486609b) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.13.0...v2.13.1) ### [`v2.13.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.13.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.12.2...v2.13.0) #####    🚀 Features - Support solid.js  -  by [@​subframe7536](https://togithub.com/subframe7536) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/441](https://togithub.com/antfu/eslint-config/issues/441) [(64061)](https://togithub.com/antfu/eslint-config/commit/6406114) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.12.2...v2.13.0) ### [`v2.12.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.12.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.12.1...v2.12.2) #####    🚀 Features - Try inspector build  -  by [@​antfu](https://togithub.com/antfu) [(72a2c)](https://togithub.com/antfu/eslint-config/commit/72a2c8b) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.12.1...v2.12.2) ### [`v2.12.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.12.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.12.0...v2.12.1) #####    🐞 Bug Fixes - Move `no-new-symbol` to `no-new-native-nonconstructor`  -  by [@​antfu](https://togithub.com/antfu) [(a278b)](https://togithub.com/antfu/eslint-config/commit/a278b73) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.12.0...v2.12.1) ### [`v2.12.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.12.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.6...v2.12.0) #####    🚀 Features - Update names for all config items  -  by [@​antfu](https://togithub.com/antfu) [(9de13)](https://togithub.com/antfu/eslint-config/commit/9de13a1) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.6...v2.12.0) ### [`v2.11.6`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.6) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.5...v2.11.6) #####    🚀 Features - Generate types for core rules as well, resolve [#​439](https://togithub.com/antfu/eslint-config/issues/439)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/439](https://togithub.com/antfu/eslint-config/issues/439) [(5ab92)](https://togithub.com/antfu/eslint-config/commit/5ab92df) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.5...v2.11.6) ### [`v2.11.5`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.5) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.4...v2.11.5) #####    🐞 Bug Fixes - Consistent on config names  -  by [@​antfu](https://togithub.com/antfu) [(cb509)](https://togithub.com/antfu/eslint-config/commit/cb5090f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.4...v2.11.5) ### [`v2.11.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.3...v2.11.4) #####    🐞 Bug Fixes - Lower peer-deps requirement to `eslint-plugin-svelte`, fix [#​437](https://togithub.com/antfu/eslint-config/issues/437)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/437](https://togithub.com/antfu/eslint-config/issues/437) [(0b364)](https://togithub.com/antfu/eslint-config/commit/0b364ee) - **cli**: Make frameworks not required  -  by [@​antfu](https://togithub.com/antfu) [(914bf)](https://togithub.com/antfu/eslint-config/commit/914bfb0) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.3...v2.11.4) ### [`v2.11.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.2...v2.11.3) #####    🚀 Features - More relax types for merging  -  by [@​antfu](https://togithub.com/antfu) [(ac1b7)](https://togithub.com/antfu/eslint-config/commit/ac1b726) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.2...v2.11.3) ### [`v2.11.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.1...v2.11.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.1...v2.11.2) ### [`v2.11.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.11.0...v2.11.1) #####    🚀 Features - Improve types  -  by [@​antfu](https://togithub.com/antfu) [(445aa)](https://togithub.com/antfu/eslint-config/commit/445aae2) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.11.0...v2.11.1) ### [`v2.11.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.11.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.10.1...v2.11.0) #####    🚀 Features - Improve types for rules  -  by [@​antfu](https://togithub.com/antfu) [(4ff20)](https://togithub.com/antfu/eslint-config/commit/4ff2080) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.10.1...v2.11.0) ### [`v2.10.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.10.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.10.0...v2.10.1) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.10.0...v2.10.1) ### [`v2.10.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.10.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.9.1...v2.10.0) #####    🚀 Features - Support flat config pipeline  -  by [@​antfu](https://togithub.com/antfu) [(d33ba)](https://togithub.com/antfu/eslint-config/commit/d33ba66) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.9.1...v2.10.0) ### [`v2.9.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.9.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.9.0...v2.9.1) #####    🚀 Features - Graphql glob that supports .qgl extensions  -  by [@​tasiotas](https://togithub.com/tasiotas) in [https://github.com/antfu/eslint-config/issues/433](https://togithub.com/antfu/eslint-config/issues/433) [(f5862)](https://togithub.com/antfu/eslint-config/commit/f586293) #####    🐞 Bug Fixes - Support eslint v9  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/432](https://togithub.com/antfu/eslint-config/issues/432) [(13c48)](https://togithub.com/antfu/eslint-config/commit/13c4890) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.9.0...v2.9.1) ### [`v2.9.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.9.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.8.3...v2.9.0) #####    🚀 Features - Support more fields of packageJson as ascending order  -  by [@​mutoe](https://togithub.com/mutoe) in [https://github.com/antfu/eslint-config/issues/359](https://togithub.com/antfu/eslint-config/issues/359) [(f4765)](https://togithub.com/antfu/eslint-config/commit/f4765b1) - Automatically rename plugins in factory  -  by [@​antfu](https://togithub.com/antfu) [(77df2)](https://togithub.com/antfu/eslint-config/commit/77df2f5) #####    🐞 Bug Fixes - Migrate to `eslint-plugin-import-x`  -  by [@​antfu](https://togithub.com/antfu) [(ac0d0)](https://togithub.com/antfu/eslint-config/commit/ac0d013) - **cli**: Git clean check, fix [#​429](https://togithub.com/antfu/eslint-config/issues/429)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/429](https://togithub.com/antfu/eslint-config/issues/429) [(fde70)](https://togithub.com/antfu/eslint-config/commit/fde7093) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.8.3...v2.9.0) ### [`v2.8.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.8.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.8.2...v2.8.3) #####    🚀 Features - Improve cli  -  by [@​injurka](https://togithub.com/injurka) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/420](https://togithub.com/antfu/eslint-config/issues/420) [(bc13b)](https://togithub.com/antfu/eslint-config/commit/bc13ba5) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.8.2...v2.8.3) ### [`v2.8.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.8.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.8.1...v2.8.2) #####    🐞 Bug Fixes - Cli-suggest-remove-files  -  by [@​injurka](https://togithub.com/injurka) in [https://github.com/antfu/eslint-config/issues/418](https://togithub.com/antfu/eslint-config/issues/418) [(30229)](https://togithub.com/antfu/eslint-config/commit/30229d3) - Ignore `.yarn` folder  -  by [@​HigherOrderLogic](https://togithub.com/HigherOrderLogic) in [https://github.com/antfu/eslint-config/issues/421](https://togithub.com/antfu/eslint-config/issues/421) [(d41a5)](https://togithub.com/antfu/eslint-config/commit/d41a5f0) - **import/newline-after-import**: Disable `considerComment` option  -  by [@​antfu](https://togithub.com/antfu) [(80f8e)](https://togithub.com/antfu/eslint-config/commit/80f8e95) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.8.1...v2.8.2) ### [`v2.8.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.8.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.8.0...v2.8.1) #####    🚀 Features - Upgrade vue and ts plugins  -  by [@​antfu](https://togithub.com/antfu) [(e36ed)](https://togithub.com/antfu/eslint-config/commit/e36ed66) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.8.0...v2.8.1) ### [`v2.8.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.8.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.7.0...v2.8.0) #####    🚀 Features - Add prettier-plugin-astro for eslint-config formatter  -  by [@​kaivanwong](https://togithub.com/kaivanwong) in [https://github.com/antfu/eslint-config/issues/413](https://togithub.com/antfu/eslint-config/issues/413) [(479c4)](https://togithub.com/antfu/eslint-config/commit/479c47f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.7.0...v2.8.0) ### [`v2.7.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.7.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.6.4...v2.7.0) #####    🚀 Features - Integrate slidev prettier plugin  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/412](https://togithub.com/antfu/eslint-config/issues/412) [(f3e91)](https://togithub.com/antfu/eslint-config/commit/f3e91f9) - Update all deps  -  by [@​antfu](https://togithub.com/antfu) [(abcf6)](https://togithub.com/antfu/eslint-config/commit/abcf691) - Add eslint config for astro framework  -  by [@​kaivanwong](https://togithub.com/kaivanwong) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/410](https://togithub.com/antfu/eslint-config/issues/410) [(4a0ad)](https://togithub.com/antfu/eslint-config/commit/4a0ad1f) #####    🐞 Bug Fixes - Use `VSCODE_CWD` to autodetect if in editor  -  by [@​kehwar](https://togithub.com/kehwar) in [https://github.com/antfu/eslint-config/issues/402](https://togithub.com/antfu/eslint-config/issues/402) [(5c628)](https://togithub.com/antfu/eslint-config/commit/5c628ff) - **svelte**: Disable style/indent in svelte files  -  by [@​thenbe](https://togithub.com/thenbe) in [https://github.com/antfu/eslint-config/issues/400](https://togithub.com/antfu/eslint-config/issues/400) [(ab920)](https://togithub.com/antfu/eslint-config/commit/ab920d9) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.6.4...v2.7.0) ### [`v2.6.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.6.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.6.3...v2.6.4) #####    🚀 Features - Enable `method-signature-style`  -  by [@​antfu](https://togithub.com/antfu) [(d205d)](https://togithub.com/antfu/eslint-config/commit/d205d0d) #####    🐞 Bug Fixes - Pick `name` into `fusedConfig`.  -  by [@​lvjiaxuan](https://togithub.com/lvjiaxuan) in [https://github.com/antfu/eslint-config/issues/397](https://togithub.com/antfu/eslint-config/issues/397) [(37070)](https://togithub.com/antfu/eslint-config/commit/3707078) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.6.3...v2.6.4) ### [`v2.6.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.6.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.6.2...v2.6.3) #####    🚀 Features - Use typescript project only for type-aware files, closes [#​380](https://togithub.com/antfu/eslint-config/issues/380)  -  by [@​Dimava](https://togithub.com/Dimava) in [https://github.com/antfu/eslint-config/issues/384](https://togithub.com/antfu/eslint-config/issues/384) and [https://github.com/antfu/eslint-config/issues/380](https://togithub.com/antfu/eslint-config/issues/380) [(9e2bf)](https://togithub.com/antfu/eslint-config/commit/9e2bf16) #####    🐞 Bug Fixes - Disable `vue/no-extra-parens`  -  by [@​antfu](https://togithub.com/antfu) [(e74d9)](https://togithub.com/antfu/eslint-config/commit/e74d9b6) - Unknown options: reportUnusedDisableDirectives  -  by [@​cunzaizhuyi](https://togithub.com/cunzaizhuyi) in [https://github.com/antfu/eslint-config/issues/395](https://togithub.com/antfu/eslint-config/issues/395) [(2e111)](https://togithub.com/antfu/eslint-config/commit/2e1117e) - Add override options type for stylistic  -  by [@​gjfLeo](https://togithub.com/gjfLeo) in [https://github.com/antfu/eslint-config/issues/391](https://togithub.com/antfu/eslint-config/issues/391) and [https://github.com/antfu/eslint-config/issues/392](https://togithub.com/antfu/eslint-config/issues/392) [(187e5)](https://togithub.com/antfu/eslint-config/commit/187e570) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.6.2...v2.6.3) ### [`v2.6.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.6.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.6.1...v2.6.2) #####    🐞 Bug Fixes - Add overrides missing in [#​371](https://togithub.com/antfu/eslint-config/issues/371), close [#​382](https://togithub.com/antfu/eslint-config/issues/382)  -  by [@​Dimava](https://togithub.com/Dimava) in [https://github.com/antfu/eslint-config/issues/383](https://togithub.com/antfu/eslint-config/issues/383), [https://github.com/antfu/eslint-config/issues/371](https://togithub.com/antfu/eslint-config/issues/371) and [https://github.com/antfu/eslint-config/issues/382](https://togithub.com/antfu/eslint-config/issues/382) [(6ee2e)](https://togithub.com/antfu/eslint-config/commit/6ee2e39) - Honor eslint-disable-next-line in svelte files  -  by [@​squirmy](https://togithub.com/squirmy) in [https://github.com/antfu/eslint-config/issues/379](https://togithub.com/antfu/eslint-config/issues/379) [(e3328)](https://togithub.com/antfu/eslint-config/commit/e3328a9) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.6.1...v2.6.2) ### [`v2.6.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.6.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.6.0...v2.6.1) #####    🐞 Bug Fixes - Disable `dist` check on binary files  -  by [@​antfu](https://togithub.com/antfu) [(05b1a)](https://togithub.com/antfu/eslint-config/commit/05b1a78) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.6.0...v2.6.1) ### [`v2.6.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.6.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.5.0...v2.6.0) #####    🚀 Features - Move `overrides` option inside each integrations  -  by [@​Debbl](https://togithub.com/Debbl) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/371](https://togithub.com/antfu/eslint-config/issues/371) [(8af5b)](https://togithub.com/antfu/eslint-config/commit/8af5bfa) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.5.0...v2.6.0) ### [`v2.5.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.5.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.6...v2.5.0) #####    🚀 Features - Detect if in (n)vim editor  -  by [@​thenbe](https://togithub.com/thenbe) in [https://github.com/antfu/eslint-config/issues/365](https://togithub.com/antfu/eslint-config/issues/365) [(5ea1e)](https://togithub.com/antfu/eslint-config/commit/5ea1e2e) - Svelte support  -  by [@​thenbe](https://togithub.com/thenbe) in [https://github.com/antfu/eslint-config/issues/364](https://togithub.com/antfu/eslint-config/issues/364) [(ec631)](https://togithub.com/antfu/eslint-config/commit/ec6313c) - Support overrides for `stylistic`  -  by [@​antfu](https://togithub.com/antfu) [(a2d9b)](https://togithub.com/antfu/eslint-config/commit/a2d9b18) - Set prettier's default `printWidth` to `120`  -  by [@​antfu](https://togithub.com/antfu) [(84e4c)](https://togithub.com/antfu/eslint-config/commit/84e4c85) - Enable `antfu/no-import-dist`  -  by [@​antfu](https://togithub.com/antfu) [(a5e7e)](https://togithub.com/antfu/eslint-config/commit/a5e7ecf) #####    🐞 Bug Fixes - Only apply type-aware on ts files, close [#​375](https://togithub.com/antfu/eslint-config/issues/375)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/375](https://togithub.com/antfu/eslint-config/issues/375) [(0c1c8)](https://togithub.com/antfu/eslint-config/commit/0c1c8db) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.4.6...v2.5.0) ### [`v2.4.6`](https://togithub.com/antfu/eslint-config/releases/tag/v2.4.6) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.5...v2.4.6) #####    🚀 Features - Support packageJson.overrides field as ascending order  -  by [@​mutoe-archive](https://togithub.com/mutoe-archive) in [https://github.com/antfu/eslint-config/issues/358](https://togithub.com/antfu/eslint-config/issues/358) [(8011b)](https://togithub.com/antfu/eslint-config/commit/8011bcc) - Make packageJson.peerDependenciesMeta as ascending order  -  by [@​mutoe-archive](https://togithub.com/mutoe-archive) in [https://github.com/antfu/eslint-config/issues/357](https://togithub.com/antfu/eslint-config/issues/357) [(058fb)](https://togithub.com/antfu/eslint-config/commit/058fbd9) #####    🐞 Bug Fixes - Error on `--cache`  -  by [@​antfu](https://togithub.com/antfu) [(1149b)](https://togithub.com/antfu/eslint-config/commit/1149bf7) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.4.5...v2.4.6) ### [`v2.4.5`](https://togithub.com/antfu/eslint-config/compare/v2.4.4...v2.4.5) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.4...v2.4.5) ### [`v2.4.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.4.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.3...v2.4.4) #####    🐞 Bug Fixes - **cli**: Prompt instead of hard errors on dirty repo  -  by [@​antfu](https://togithub.com/antfu) [(de2ae)](https://togithub.com/antfu/eslint-config/commit/de2ae2f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.4.3...v2.4.4) ### [`v2.4.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.4.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.2...v2.4.3) #####    🐞 Bug Fixes - Vue2 presets name  -  by [@​yandixuan](https://togithub.com/yandixuan) in [https://github.com/antfu/eslint-config/issues/352](https://togithub.com/antfu/eslint-config/issues/352) [(2d3a6)](https://togithub.com/antfu/eslint-config/commit/2d3a6c7) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.4.2...v2.4.3) ### [`v2.4.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.4.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.1...v2.4.2) #####    🐞 Bug Fixes - **formatters**: Enable `endOfLine: auto` by default  -  by [@​antfu](https://togithub.com/antfu) [(ae3f6)](https://togithub.com/antfu/eslint-config/commit/ae3f6b6) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.4.1...v2.4.2) ### [`v2.4.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.4.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.4.0...v2.4.1) #####    🐞 Bug Fixes - Passthrough vue options  -  by [@​antfu](https://togithub.com/antfu) [(3ccd0)](https://togithub.com/antfu/eslint-config/commit/3ccd0ae) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.4.0...v2.4.1) ### [`v2.4.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.4.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.3.4...v2.4.0) #####    🚀 Features - Support formatting blocks in Vue SFC  -  by [@​antfu](https://togithub.com/antfu) [(6c27e)](https://togithub.com/antfu/eslint-config/commit/6c27ef6) - Vue2 support  -  by [@​GerryWilko](https://togithub.com/GerryWilko) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/351](https://togithub.com/antfu/eslint-config/issues/351) [(b1a37)](https://togithub.com/antfu/eslint-config/commit/b1a37f9) #####    🐞 Bug Fixes - Remove markdown workaround  -  by [@​antfu](https://togithub.com/antfu) [(822b5)](https://togithub.com/antfu/eslint-config/commit/822b571) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.3.4...v2.4.0) ### [`v2.3.4`](https://togithub.com/antfu/eslint-config/releases/tag/v2.3.4) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.3.3...v2.3.4) #####    🚀 Features - Support formatting markdown with the markdown plugin disabled  -  by [@​antfu](https://togithub.com/antfu) [(4aef9)](https://togithub.com/antfu/eslint-config/commit/4aef94f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.3.3...v2.3.4) ### [`v2.3.3`](https://togithub.com/antfu/eslint-config/releases/tag/v2.3.3) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.3.2...v2.3.3) #####    🐞 Bug Fixes - Bump eslint-plugin-format  -  by [@​antfu](https://togithub.com/antfu) [(d39ab)](https://togithub.com/antfu/eslint-config/commit/d39abab) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.3.2...v2.3.3) ### [`v2.3.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.3.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.3.1...v2.3.2) #####    🚀 Features - Add meta to processor  -  by [@​antfu](https://togithub.com/antfu) [(ff091)](https://togithub.com/antfu/eslint-config/commit/ff091c5) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.3.1...v2.3.2) ### [`v2.3.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.3.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.3.0...v2.3.1) #####    🚀 Features - Add graphql to formatters, provide shorthand for enable all formatters  -  by [@​antfu](https://togithub.com/antfu) [(e192d)](https://togithub.com/antfu/eslint-config/commit/e192d3e) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.3.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.2.2...v2.3.0) #####    🚀 Features - Introduce formatters options  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/349](https://togithub.com/antfu/eslint-config/issues/349) [(2d064)](https://togithub.com/antfu/eslint-config/commit/2d0641a) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.2.2...v2.3.0) ### [`v2.2.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.2.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.2.1...v2.2.2) #####    🚀 Features - Update stylistic to v1.5.0  -  by [@​antfu](https://togithub.com/antfu) [(fd9b3)](https://togithub.com/antfu/eslint-config/commit/fd9b365) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.2.1...v2.2.2) ### [`v2.2.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.2.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.2.0...v2.2.1) - Deprecate `prettier` integration [#​346](https://togithub.com/antfu/eslint-config/issues/346) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.2.0...v2.2.1) ### [`v2.2.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.2.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.1.2...v2.2.0) #####    🚀 Features - Use prettier to format CSS and HTML  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/343](https://togithub.com/antfu/eslint-config/issues/343) [(cc315)](https://togithub.com/antfu/eslint-config/commit/cc31538) #####    🐞 Bug Fixes - Warning when running react  -  by [@​Joabesv](https://togithub.com/Joabesv) in [https://github.com/antfu/eslint-config/issues/339](https://togithub.com/antfu/eslint-config/issues/339) [(d31b4)](https://togithub.com/antfu/eslint-config/commit/d31b4fd) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.1.2...v2.2.0) ### [`v2.1.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.1.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.1.1...v2.1.2) #####    🚀 Features - Bump all deps  -  by [@​antfu](https://togithub.com/antfu) [(e0654)](https://togithub.com/antfu/eslint-config/commit/e065483) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.1.1...v2.1.2) ### [`v2.1.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.1.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.1.0...v2.1.1) #####    🚀 Features - Add unocss optional plugin  -  by [@​antfu](https://togithub.com/antfu) [(c0c52)](https://togithub.com/antfu/eslint-config/commit/c0c5214) #####    🐞 Bug Fixes - Disable `no-invalid-this`  -  by [@​antfu](https://togithub.com/antfu) [(00c22)](https://togithub.com/antfu/eslint-config/commit/00c2287) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.1.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.0.0...v2.1.0) #####    🚀 Features - Optional react support  -  by [@​suppayami](https://togithub.com/suppayami) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/326](https://togithub.com/antfu/eslint-config/issues/326) [(86ca1)](https://togithub.com/antfu/eslint-config/commit/86ca184) - Allow customize `files`, close [#​327](https://togithub.com/antfu/eslint-config/issues/327)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/327](https://togithub.com/antfu/eslint-config/issues/327) [(44d9e)](htt

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.