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 Jan 2, 2022
1 parent 2627cfa commit d78214e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .eslintrc
Expand Up @@ -3,8 +3,6 @@

"extends": "@ljharb/eslint-config/node/6",

"ignorePatterns": ["coverage"],

"rules": {
"array-bracket-newline": 0,
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -44,12 +44,12 @@
"util.promisify": "^1.1.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^20.0.0",
"@ljharb/eslint-config": "^20.1.0",
"auto-changelog": "^2.3.0",
"eslint": "^8.4.1",
"eslint": "^8.6.0",
"nyc": "^14.1.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
"tape": "^5.4.0"
},
"engines": {
"node": ">= 10 || ^8 || ^6",
Expand Down

0 comments on commit d78214e

Please sign in to comment.