Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 9, 2019
1 parent fa10505 commit 97d0397
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
11 changes: 10 additions & 1 deletion .eslintrc
Expand Up @@ -11,5 +11,14 @@
"max-statements": [2, 20],
"no-magic-numbers": [2, { "ignore": [0, 1, -1] }],
"operator-linebreak": [2, "none", { "overrides": { "?": "before", ":": "before" } }]
}
},

"overrides": [
{
"files": "test/**",
"rules": {
"no-magic-numbers": 0,
},
},
],
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,9 +47,9 @@
"yargs": "^7.1.0"
},
"devDependencies": {
"@ljharb/eslint-config": "^14.0.2",
"@ljharb/eslint-config": "^15.0.0",
"eclint": "^2.8.1",
"eslint": "^6.1.0",
"eslint": "^6.6.0",
"mock-env": "^0.2.0",
"tape": "^4.11.0"
},
Expand Down
6 changes: 0 additions & 6 deletions test/.eslintrc

This file was deleted.

0 comments on commit 97d0397

Please sign in to comment.