UNPKG
@buildinams/lint
Version:
latest (1.0.1)
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
BiA's base lint config(s).
github.com/buildinamsterdam/lint
buildinamsterdam/lint
@buildinams/lint
/
.vscode
/
settings.json
12 lines
(11 loc)
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"editor.formatOnSave"
:
true
,
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
"explicit"
}
,
"editor.defaultFormatter"
:
"esbenp.prettier-vscode"
,
"search.exclude"
:
{
"package-lock.json"
:
true
,
"node_modules"
:
true
}
}