You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also use [eslint:recommended](https://eslint.org/docs/rules/) with this plugin. Add both `eslint:recommended` and `plugin:@typescript-eslint/eslint-recommended`:
55
+
56
+
```json
57
+
{
58
+
"extends": [
59
+
"eslint:recommended",
60
+
"plugin:@typescript-eslint/eslint-recommended",
61
+
"plugin:@typescript-eslint/recommended"
62
+
]
63
+
}
64
+
```
65
+
54
66
If you want to use rules which require type information, you will need to specify a path to your tsconfig.json file in the "project" property of "parserOptions".
0 commit comments