We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
@ljharb/eslint-config
tape
1 parent f3570fe commit f13c1c4Copy full SHA for f13c1c4
.eslintrc
@@ -4,7 +4,7 @@
4
"extends": "@ljharb",
5
6
"rules": {
7
- "complexity": [2, 15],
+ "complexity": [2, 20],
8
"eqeqeq": [2, "allow-null"],
9
"func-name-matching": [1],
10
"max-depth": [1, 4],
package.json
@@ -32,12 +32,11 @@
32
},
33
"dependencies": {},
34
"devDependencies": {
35
- "tape": "^4.6.3",
+ "@ljharb/eslint-config": "^12.2.1",
36
"covert": "^1.1.0",
37
+ "eslint": "^4.19.1",
38
"jscs": "^3.0.7",
- "eslint": "^3.19.0",
39
- "@ljharb/eslint-config": "^11.0.0"
+ "tape": "^4.9.0"
40
41
"license": "MIT"
42
}
43
-
test/.eslintrc
@@ -1,5 +1,7 @@
1
{
2
3
- "max-lines": 0
+ "array-bracket-newline": 0,
+ "array-element-newline": 0,
+ "max-lines": 0,
0 commit comments