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 cb8fad6 commit 5c67542Copy full SHA for 5c67542
.eslintrc.js
@@ -20,7 +20,7 @@ module.exports = {
20
project: ["./tsconfig.json"],
21
},
22
plugins: ["react", "@typescript-eslint"],
23
- ignorePatterns: [".eslintrc.js", "*.mjs", "demos/*"],
+ ignorePatterns: [".eslintrc.js", "*.mjs", "demos/*", "index.d.ts"],
24
rules: {
25
"@typescript-eslint/indent": ["error", "tab"],
26
"@typescript-eslint/prefer-nullish-coalescing": 0, // "warn", too many items!
0 commit comments