UNPKG
eslint-config-bbva
Version:
latest (4.0.1)
4.0.1
4.0.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
BBVA's ESLint config
github.com/BBVAEngineering/javascript
BBVAEngineering/javascript
eslint-config-bbva
/
rules
/
variables.json
14 lines
(13 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "rules": { "no-delete-
var
":
2
,
"no-label-var"
:
2
,
"no-shadow-restricted-names"
:
2
,
"no-shadow"
:
2
,
"no-undef-init"
:
2
,
"no-undef"
:
2
,
"no-undefined"
:
0
,
"no-unused-vars"
:
1
,
"no-use-before-define"
: [
2
,
"nofunc"
] } }