Skip to content

Commit 8c6d96b

Browse files
committed
chore: update .eslintrc
1 parent 03307b8 commit 8c6d96b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"overrides": [],
1212
"parser": "@typescript-eslint/parser",
1313
"parserOptions": {
14-
"ecmaVersion": "latest",
14+
"ecmaVersion": 2020,
1515
"sourceType": "module"
1616
},
1717
"plugins": ["@typescript-eslint"],
@@ -20,5 +20,6 @@
2020
"linebreak-style": ["error", "unix"],
2121
"@typescript-eslint/no-explicit-any": ["warn"],
2222
"@typescript-eslint/no-unused-vars": ["warn"]
23-
}
23+
},
24+
"ignorePatterns": ["dist", "bin"]
2425
}

0 commit comments

Comments
 (0)