@create-node-app/eslint-config-next 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,10 +39,10 @@ In your `eslint.config.*` or `.eslintrc.*`:
|
|
|
39
39
|
|
|
40
40
|
This config extends `@create-node-app/eslint-config-ts` and the official `eslint-config-next`, then applies two rule overrides:
|
|
41
41
|
|
|
42
|
-
| Rule
|
|
43
|
-
|
|
44
|
-
| `@next/next/no-html-link-for-pages` | `off` | Pages directory not always used (App Router)
|
|
45
|
-
| `react/jsx-key`
|
|
42
|
+
| Rule | Value | Reason |
|
|
43
|
+
| ----------------------------------- | ----- | --------------------------------------------- |
|
|
44
|
+
| `@next/next/no-html-link-for-pages` | `off` | Pages directory not always used (App Router) |
|
|
45
|
+
| `react/jsx-key` | `off` | Already covered by TypeScript's strict checks |
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|