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 16, 2021
1 parent 65b4832 commit 4aa3ddb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

11 changes: 1 addition & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
"extends": "@ljharb",

"rules": {
"no-new-func": [0]
"no-new-func": 0,
},

"overrides": [
{
"files": "test/**",
"rules": {
"no-magic-numbers": 0,
},
},
],
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"posttest": "aud --production",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
Expand All @@ -33,13 +33,13 @@
"fat arrow"
],
"devDependencies": {
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^20.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.5",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 4aa3ddb

Please sign in to comment.