blob: 37f08e66414cbc70e6aae74e7371dc4204ca93f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"rules": {
"no-console": 0,
"global-require": 0,
"func-names": 0,
"prefer-arrow-callback": 0,
"no-magic-numbers": 0,
"no-unreachable": 0,
"new-cap": 0,
"max-nested-callbacks": 0
},
"env": {
"jest": true
}
}
|