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
If file `.eslintrc.json`not exists under needed repository, then need to create it:
32
32
33
33
```json
34
34
{
@@ -37,9 +37,7 @@ In `.eslintrc.json` under needed repository:
37
37
}
38
38
```
39
39
40
-
Then need to install ESLint plugin under your editor.
41
-
42
-
For example, I use [Visual Studio Code](https://github.com/Microsoft/vscode/) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin installed.
40
+
Then need to install ESLint plugin under your editor. For example, I use [Visual Studio Code](https://github.com/Microsoft/vscode/) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin installed.
0 commit comments