Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 10, 2021
1 parent 12de287 commit 9e64ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Empty file modified .eslintrc
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "npx aud --production",
"posttest": "aud --production",
"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 @@ -47,10 +47,10 @@
"which-typed-array": "^1.1.7"
},
"devDependencies": {
"@ljharb/eslint-config": "^19.1.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^8.4.0",
"eslint": "^8.4.1",
"has-symbols": "^1.0.2",
"has-typed-arrays": "^1.0.1",
"nyc": "^10.3.2",
Expand Down

0 comments on commit 9e64ec9

Please sign in to comment.