Skip to content

Commit 35a2864

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, core-js, safe-publish-latest, tape
1 parent f850678 commit 35a2864

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"extends": "@ljharb",
55

66
"rules": {
7-
"max-statements": [2, 12]
7+
//"max-statements": [2, 12]
88
}
99
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"tests-only": "nyc tape 'test/**/*.js'",
1717
"test:corejs": "nyc tape test-corejs.js",
1818
"posttest": "aud --production",
19-
"lint": "eslint .",
19+
"lint": "eslint --ext=js,mjs .",
2020
"version": "auto-changelog && git add CHANGELOG.md",
2121
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
2222
},
@@ -35,17 +35,17 @@
3535
"has-tostringtag": "^1.0.0"
3636
},
3737
"devDependencies": {
38-
"@ljharb/eslint-config": "^17.6.0",
38+
"@ljharb/eslint-config": "^20.0.0",
3939
"aud": "^1.1.5",
4040
"auto-changelog": "^2.3.0",
41-
"core-js": "^3.12.0",
42-
"eslint": "^7.32.0",
41+
"core-js": "^3.19.3",
42+
"eslint": "^8.4.1",
4343
"foreach": "^2.0.5",
4444
"indexof": "^0.0.1",
4545
"is": "^3.3.0",
4646
"nyc": "^10.3.2",
47-
"safe-publish-latest": "^1.1.4",
48-
"tape": "^5.3.0"
47+
"safe-publish-latest": "^2.0.0",
48+
"tape": "^5.3.2"
4949
},
5050
"testling": {
5151
"files": "test/index.js",

0 commit comments

Comments
 (0)