We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5ecdd commit 25659b7Copy full SHA for 25659b7
.eslintrc
@@ -2,7 +2,11 @@
2
"root": true,
3
"extends": "next/core-web-vitals",
4
"parser": "@typescript-eslint/parser",
5
- "plugins": ["@typescript-eslint", "eslint-plugin-react-compiler", "local-rules"],
+ "plugins": [
6
+ "@typescript-eslint",
7
+ "eslint-plugin-react-compiler",
8
+ "local-rules"
9
+ ],
10
"rules": {
11
"no-unused-vars": "off",
12
"@typescript-eslint/no-unused-vars": ["error", {"varsIgnorePattern": "^_"}],
@@ -30,7 +34,7 @@
30
34
"react-hooks/exhaustive-deps": "off",
31
35
"react/no-unknown-property": "off",
32
36
"react-compiler/react-compiler": "off",
33
- "local-rules/lint-markdown-code-blocks": "error"
37
+ "local-rules/lint-markdown-code-blocks": "warn"
38
}
39
40
]
0 commit comments