Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 25, 2018
1 parent f3570fe commit f13c1c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extends": "@ljharb",

"rules": {
"complexity": [2, 15],
"complexity": [2, 20],
"eqeqeq": [2, "allow-null"],
"func-name-matching": [1],
"max-depth": [1, 4],
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
},
"dependencies": {},
"devDependencies": {
"tape": "^4.6.3",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"eslint": "^4.19.1",
"jscs": "^3.0.7",
"eslint": "^3.19.0",
"@ljharb/eslint-config": "^11.0.0"
"tape": "^4.9.0"
},
"license": "MIT"
}

4 changes: 3 additions & 1 deletion test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"rules": {
"max-lines": 0
"array-bracket-newline": 0,
"array-element-newline": 0,
"max-lines": 0,
}
}

0 comments on commit f13c1c4

Please sign in to comment.