Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api,…
Browse files Browse the repository at this point in the history
… `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 6, 2021
1 parent 0ba20f5 commit 8115a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,12 @@

"extends": "@ljharb",

"globals": {
"Promise": false,
},

"rules": {
"complexity": 0,
"eqeqeq": [2, "allow-null"],
"func-name-matching": 0,
"id-length": 0,
"max-lines-per-function": 0,
"max-statements": 0,
"operator-linebreak": [2, "before"],
},

"overrides": [
{
"files": "test/**",
"env": {
"es6": true,
},
"rules": {
"max-lines-per-function": 0,
},
},
],
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"node": ">= 0.4"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"@ljharb/eslint-config": "^19.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"available-typed-arrays": "^1.0.4",
"eslint": "^7.32.0",
"available-typed-arrays": "^1.0.5",
"eslint": "^8.4.0",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"has-bigints": "^1.0.1",
Expand All @@ -63,8 +63,8 @@
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"object.assign": "^4.1.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.0"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 8115a20

Please sign in to comment.