Skip to content

Commit ffff7e4

Browse files
committed
ignore scripts
1 parent 4b05e15 commit ffff7e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"root": true,
1717
"ignorePatterns": [
18-
"dist"
18+
"dist",
19+
"src/scripts"
1920
],
2021
"rules": {
2122
"@typescript-eslint/consistent-type-imports": [

0 commit comments

Comments
 (0)