Skip to content

Commit af704bc

Browse files
committed
chore: update ESLint plugins in README.md and remove unsupported ones
1 parent dc8ac11 commit af704bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Welcome to the **Next.js 15 Starter** repository! This starter template is built
1919
- [**@eslint/js**](https://www.npmjs.com/package/@eslint/js)
2020
- [**typescript-eslint**](https://github.com/typescript-eslint/typescript-eslint)
2121
- [**eslint-plugin-react**](https://github.com/jsx-eslint/eslint-plugin-react)
22-
- [**@next/eslint-plugin-next**](https://github.com/vercel/next.js)
23-
- [**eslint-config-prettier**](eslint-config-prettier)
24-
- [**eslint-plugin-tailwindcss**](https://github.com/francoismassart/eslint-plugin-tailwindcss) // NOT USED SINCE ITS NOT SUPPORTED ON V4
22+
- [**@next/eslint-plugin-next**](https://github.com/vercel/next.js/tree/canary/packages/eslint-plugin-next)
23+
- [**eslint-config-prettier**](https://github.com/prettier/eslint-config-prettier)
2524
- [**eslint-plugin-import**](https://github.com/import-js/eslint-plugin-import)
2625
- [**eslint-plugin-promise**](https://github.com/eslint-community/eslint-plugin-promise)
26+
- [**@tanstack/eslint-plugin-query**](https://github.com/TanStack/query/tree/main/packages/eslint-plugin-query)
27+
- [**eslint-plugin-unused-imports**](https://github.com/sweepline/eslint-plugin-unused-imports)
28+
- [**globals**](https://github.com/sindresorhus/globals)
2729

2830
### ✨ Prettier Plugins
2931

0 commit comments

Comments
 (0)