We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@ljharb/eslint-config
1 parent 6c25208 commit f4b27afCopy full SHA for f4b27af
package.json
@@ -54,7 +54,7 @@
54
],
55
"scripts": {
56
"prepublish": "safe-publish-latest",
57
- "lint": "eslint .",
+ "lint": "eslint --ext=js,mjs .",
58
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
59
"tests-only": "tape test/*.js",
60
"pretest": "npm run lint",
@@ -63,7 +63,7 @@
63
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
64
},
65
"devDependencies": {
66
- "@ljharb/eslint-config": "^15.1.0",
+ "@ljharb/eslint-config": "^16.0.0",
67
"array.prototype.map": "^1.0.2",
68
"eslint": "^6.8.0",
69
"object-keys": "^1.1.1",
0 commit comments