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 Jul 1, 2017
1 parent 8cc40c7 commit 5fe7d29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Expand Up @@ -4,6 +4,8 @@
"extends": "@ljharb",

"rules": {
"array-bracket-newline": [2, { "multiline": true, "minItems": 1 }],
"array-element-newline": [2, { "multiline": true, "minItems": 2 }],
"max-params": [2, 4],
"max-statements": [2, 20],
"no-magic-numbers": [2, { "ignore": [0, 1, -1] }],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -46,12 +46,12 @@
"yargs": "^7.1.0"
},
"devDependencies": {
"@ljharb/eslint-config": "^11.0.0",
"@ljharb/eslint-config": "^12.0.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^3.19.0",
"eslint": "^4.1.1",
"mock-env": "^0.2.0",
"nsp": "^2.6.3",
"tape": "^4.6.3"
"tape": "^4.7.0"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit 5fe7d29

Please sign in to comment.