Skip to content

Commit 7f2e57f

Browse files
committed
chore(eslint): Ignore static_dependencies
1 parent 7f2865f commit 7f2e57f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
parser: "@typescript-eslint/parser",
77
plugins: ["@typescript-eslint"],
88
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
9+
"ignorePatterns": ["/src/static_dependencies/**/*"],
910
rules: {
1011
"no-trailing-spaces": "error",
1112
},

0 commit comments

Comments
 (0)