UNPKG
@eclass/eslint-config-react
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.0.0
eslint shareable config for react
github.com/eclass/eslint-config-react
eclass/eslint-config-react
@eclass/eslint-config-react
/
.vscode
/
settings.json
13 lines
(12 loc)
•
289 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"[javascript]"
:
{
"editor.formatOnSave"
:
false
}
,
"javascript.validate.enable"
:
true
,
"javascript.implicitProjectConfig.checkJs"
:
true
,
"eslint.alwaysShowStatus"
:
true
,
"debug.node.autoAttach"
:
"on"
,
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
true
}
}