Released - 17 December, 2024
- Introduce
next
import foreslint-flat-config
making it compatible withcreate-next-app
which scaffolds a NextJS v15 and eslint v9 application. - Add "Quick Setup" section in
README.md
of both packages. - Dedicated "Usage" sections for eslint v8 and v9.
- Add
package.json
export for both packages. - Rename next, react and vite apps.
- Fix Cannot redefine plugin "@typescript-eslint" error for react and vite packages in eslint v9.
- Added some more keywords in
package.json
for both configs - Change license of both packages from ISC to MIT.
Upgrade Dependencies
Dependency | Version |
---|---|
@stylistic/eslint-plugin | 2.9.0 to 2.12.1 |
@typescript-eslint/eslint-plugin | 8.10.0 to 8.18.0 |
@typescript-eslint/parser | 8.10.0 to 8.18.0 |
docusaurus | 3.5.2 to 3.6.3 |
eslint and @eslint/js | 9.13.0 to 9.17.0 |
eslint-plugin-jsx-a11y | 6.10.0 to 6.10.2 |
eslint-plugin-react | 7.37.1 to 7.37.2 |
eslint-plugin-react-hooks | 5.0.0 to 5.1.0 |
globals | 15.11.0 to 15.13.0 |
prism-react-renderer | 2.4.0 to 2.4.1 |
typescript-eslint | 8.10.0 to 8.18.0 |