Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, evalmd, `funct…
Browse files Browse the repository at this point in the history
…ions-have-names`, `replace`, `safe-publish-latest`, `semver`
  • Loading branch information
ljharb committed Oct 26, 2019
1 parent 27f30c2 commit d98b942
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
14 changes: 13 additions & 1 deletion .eslintrc
Expand Up @@ -10,5 +10,17 @@
"new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible", "ToObject", "ToUint32", "IsCallable"] }],
"no-magic-numbers": 0,
"strict": 1
}
},

"overrides": [
{
"files": "test/**",
"rules": {
"func-name-matching": 0,
"max-lines-per-function": 0,
"max-params": [2, 3],
"no-invalid-this": 1,
},
},
],
}
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -52,18 +52,18 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^13.1.1",
"@ljharb/eslint-config": "^14.1.0",
"covert": "^1.1.1",
"eslint": "^5.16.0",
"evalmd": "^0.0.17",
"eslint": "^6.6.0",
"evalmd": "^0.0.19",
"foreach": "^2.0.5",
"function-bind": "^1.1.1",
"functions-have-names": "^1.1.0",
"functions-have-names": "^1.2.0",
"has-strict-mode": "^1.0.0",
"indexof": "^0.0.1",
"replace": "^1.1.0",
"safe-publish-latest": "^1.1.2",
"semver": "^6.2.0",
"replace": "^1.1.1",
"safe-publish-latest": "^1.1.3",
"semver": "^6.3.0",
"tape": "^4.11.0"
},
"testling": {
Expand Down
13 changes: 0 additions & 13 deletions test/.eslintrc

This file was deleted.

0 comments on commit d98b942

Please sign in to comment.