Skip to content

Commit f4b27af

Browse files
committed
[Dev Deps] update @ljharb/eslint-config
1 parent 6c25208 commit f4b27af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"scripts": {
5656
"prepublish": "safe-publish-latest",
57-
"lint": "eslint .",
57+
"lint": "eslint --ext=js,mjs .",
5858
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
5959
"tests-only": "tape test/*.js",
6060
"pretest": "npm run lint",
@@ -63,7 +63,7 @@
6363
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
6464
},
6565
"devDependencies": {
66-
"@ljharb/eslint-config": "^15.1.0",
66+
"@ljharb/eslint-config": "^16.0.0",
6767
"array.prototype.map": "^1.0.2",
6868
"eslint": "^6.8.0",
6969
"object-keys": "^1.1.1",

0 commit comments

Comments
 (0)