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
/
node.json
14 lines
(13 loc)
•
255 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"rules"
:
{
"callback-return"
:
0
,
"global-require"
:
0
,
"handle-callback-err"
:
2
,
"no-mixed-requires"
:
1
,
"no-new-require"
:
2
,
"no-path-concat"
:
2
,
"no-process-exit"
:
2
,
"no-restricted-modules"
:
0
,
"no-sync"
:
2
}
}