Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `safe-publish-la…
Browse files Browse the repository at this point in the history
…test`, `tape`
  • Loading branch information
ljharb committed Dec 7, 2021
1 parent 487c75d commit e38cf3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,5 @@

"rules": {
"id-length": [1],
"operator-linebreak": [2, "before"],
},

"overrides": [
{
"files": ["test/**/*.js"],
"globals": {
"Proxy": false,
},
},
],
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"has-tostringtag": "^1.0.0"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.6.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"core-js": "^3.16.0",
"eclint": "^2.8.1",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"foreach": "^2.0.5",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.0"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit e38cf3c

Please sign in to comment.