Skip to content

Commit 5c67542

Browse files
committed
added types
1 parent cb8fad6 commit 5c67542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
project: ["./tsconfig.json"],
2121
},
2222
plugins: ["react", "@typescript-eslint"],
23-
ignorePatterns: [".eslintrc.js", "*.mjs", "demos/*"],
23+
ignorePatterns: [".eslintrc.js", "*.mjs", "demos/*", "index.d.ts"],
2424
rules: {
2525
"@typescript-eslint/indent": ["error", "tab"],
2626
"@typescript-eslint/prefer-nullish-coalescing": 0, // "warn", too many items!

0 commit comments

Comments
 (0)