We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057190d commit 9ac75c8Copy full SHA for 9ac75c8
.eslintrc.json
@@ -7,7 +7,8 @@
7
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
8
"parser": "@typescript-eslint/parser",
9
"parserOptions": {
10
- "ecmaVersion": 12
+ "ecmaVersion": 12,
11
+ "warnOnUnsupportedTypeScriptVersion": false
12
},
13
"plugins": ["@typescript-eslint"],
14
"rules": {
0 commit comments