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 44 "extends": "@ljharb",
55
66 "rules": {
7- "complexity": [2, 15 ],
7+ "complexity": [2, 20 ],
88 "eqeqeq": [2, "allow-null"],
99 "func-name-matching": [1],
1010 "max-depth": [1, 4],
Original file line number Diff line number Diff line change 3232 },
3333 "dependencies" : {},
3434 "devDependencies" : {
35- "tape " : " ^4.6.3 " ,
35+ "@ljharb/eslint-config " : " ^12.2.1 " ,
3636 "covert" : " ^1.1.0" ,
37+ "eslint" : " ^4.19.1" ,
3738 "jscs" : " ^3.0.7" ,
38- "eslint" : " ^3.19.0" ,
39- "@ljharb/eslint-config" : " ^11.0.0"
39+ "tape" : " ^4.9.0"
4040 },
4141 "license" : " MIT"
4242}
43-
Original file line number Diff line number Diff line change 11{
22 "rules": {
3- "max-lines": 0
3+ "array-bracket-newline": 0,
4+ "array-element-newline": 0,
5+ "max-lines": 0,
46 }
57}
You can’t perform that action at this time.
0 commit comments