File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
"extends": "@ljharb",
5
5
6
6
"rules": {
7
- "complexity": [2, 15 ],
7
+ "complexity": [2, 20 ],
8
8
"eqeqeq": [2, "allow-null"],
9
9
"func-name-matching": [1],
10
10
"max-depth": [1, 4],
Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {},
34
34
"devDependencies" : {
35
- "tape " : " ^4.6.3 " ,
35
+ "@ljharb/eslint-config " : " ^12.2.1 " ,
36
36
"covert" : " ^1.1.0" ,
37
+ "eslint" : " ^4.19.1" ,
37
38
"jscs" : " ^3.0.7" ,
38
- "eslint" : " ^3.19.0" ,
39
- "@ljharb/eslint-config" : " ^11.0.0"
39
+ "tape" : " ^4.9.0"
40
40
},
41
41
"license" : " MIT"
42
42
}
43
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"rules": {
3
- "max-lines": 0
3
+ "array-bracket-newline": 0,
4
+ "array-element-newline": 0,
5
+ "max-lines": 0,
4
6
}
5
7
}
You can’t perform that action at this time.
0 commit comments