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 e1224f2 commit 110be46Copy full SHA for 110be46
.eslintrc.json
@@ -2,14 +2,15 @@
2
"env": {
3
"browser": false,
4
"es6": true,
5
- "node": true
+ "node": true,
6
+ "jest/globals": true
7
},
8
"parser": "@typescript-eslint/parser",
9
"plugins": ["@typescript-eslint", "jest"],
10
"extends": [
11
"eslint:recommended",
- "plugin:@typescript-eslint/eslint-recommended",
12
"plugin:@typescript-eslint/recommended",
13
+ "plugin:@typescript-eslint/recommended-requiring-type-checking",
14
"prettier"
15
],
16
"rules": {}
0 commit comments