Skip to content

Commit f13c1c4

Browse files
committedApr 25, 2018
[Dev Deps] update eslint, @ljharb/eslint-config, tape
1 parent f3570fe commit f13c1c4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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],

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
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-

‎test/.eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"rules": {
3-
"max-lines": 0
3+
"array-bracket-newline": 0,
4+
"array-element-newline": 0,
5+
"max-lines": 0,
46
}
57
}

0 commit comments

Comments
 (0)
Please sign in to comment.