Skip to content

Commit 9ac75c8

Browse files
committed
update deps
1 parent 057190d commit 9ac75c8

File tree

2 files changed

+468
-470
lines changed

2 files changed

+468
-470
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
88
"parser": "@typescript-eslint/parser",
99
"parserOptions": {
10-
"ecmaVersion": 12
10+
"ecmaVersion": 12,
11+
"warnOnUnsupportedTypeScriptVersion": false
1112
},
1213
"plugins": ["@typescript-eslint"],
1314
"rules": {

0 commit comments

Comments
 (0)