Skip to content

Commit 9e64ec9

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config
1 parent 12de287 commit 9e64ec9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.eslintrc

100644100755
File mode changed.

package.json

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"prepublish": "not-in-publish || npm run prepublishOnly",
2323
"prepublishOnly": "safe-publish-latest",
2424
"pretest": "npm run lint",
25-
"lint": "eslint .",
25+
"lint": "eslint --ext=js,mjs .",
2626
"tests-only": "nyc tape 'test/**/*.js'",
2727
"test": "npm run tests-only",
28-
"posttest": "npx aud --production",
28+
"posttest": "aud --production",
2929
"version": "auto-changelog && git add CHANGELOG.md",
3030
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
3131
},
@@ -47,10 +47,10 @@
4747
"which-typed-array": "^1.1.7"
4848
},
4949
"devDependencies": {
50-
"@ljharb/eslint-config": "^19.1.0",
50+
"@ljharb/eslint-config": "^20.0.0",
5151
"aud": "^1.1.5",
5252
"auto-changelog": "^2.3.0",
53-
"eslint": "^8.4.0",
53+
"eslint": "^8.4.1",
5454
"has-symbols": "^1.0.2",
5555
"has-typed-arrays": "^1.0.1",
5656
"nyc": "^10.3.2",

0 commit comments

Comments
 (0)