What's changed?
2.1.4
Released - 16 March, 2025
- Correct docs redirection link in the
README.md
of both the packages. - Rename
/intro
route to/introduction
- Migrate from
yarn
topnpm
- Add
setup.sh
script
Upgrade Dependencies
Dependency | Version |
---|---|
@typescript-eslint/eslint-plugin | 8.21.0 to 8.26.1 |
@typescript-eslint/parser | 8.21.0 to 8.26.1 |
eslint-plugin-react-hooks | 5.1.0 to 5.2.0 |
globals | 15.14.0 to 16.0.0 |
typescript-eslint | 8.21.0 to 8.26.1 |
2.1.3
Released - 25 January, 2025
- Add
pack.sh
script to generate tarball of each package.
Upgrade Dependencies
Dependency | Version |
---|---|
@stylistic/eslint-plugin | 2.12.1 to 2.13.0 |
@typescript-eslint/eslint-plugin | 8.18.0 to 8.21.0 |
@typescript-eslint/parser | 8.18.0 to 8.21.0 |
docusaurus | 3.6.3 to 3.7.0 |
eslint-plugin-react | 7.37.2 to 7.37.4 |
globals | 15.13.0 to 15.14.0 |
typescript-eslint | 8.18.0 to 8.21.0 |
2.1.2
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 |
2.1.1
Released - 21 October, 2024
- Correct link for documentation website in the README for both packages.
2.1.0
Released - 20 October, 2024
- Add
next
import for @nish1896/eslint-config. - Add Downloads Per Month badge for packages in README.
- Versioning of the documentation 📖.
- Add examples for
react
,next
andvite
applications.
Upgrade Dependencies
Dependency | Version |
---|---|
@stylistic/eslint-plugin | 2.6.1 to 2.9.0 |
@typescript-eslint/eslint-plugin | 8.1.0 to 8.10.0 |
@typescript-eslint/parser | 8.1.0 to 8.10.0 |
docusaurus | 3.4.0 to 3.5.2 |
eslint and @eslint/js | 9.8.0 to 9.13.0 |
eslint-plugin-jsx-a11y | 6.9.0 to 6.10.0 |
eslint-plugin-react | 7.35.0 to 7.37.1 |
eslint-plugin-react-hooks | 4.6.2 to 5.0.0 |
globals | 15.9.0 to 15.11.0 |
typescript-eslint | 8.1.0 to 8.10.0 |