Skip to content

Commit eaf9930

Browse files
author
nirajgiriXD
committed
Update eslint config
1 parent 5f8965f commit eaf9930

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ module.exports = {
66
"plugin:@typescript-eslint/recommended",
77
"plugin:react-hooks/recommended",
88
],
9-
ignorePatterns: [
10-
"dist",
11-
"dist-types/**",
12-
".eslintrc.cjs",
13-
"**/node_modules/**",
14-
],
9+
ignorePatterns: ["dist", ".eslintrc.cjs", "node_modules/**"],
1510
parser: "@typescript-eslint/parser",
1611
plugins: ["react-refresh"],
1712
rules: {

0 commit comments

Comments
 (0)