We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scripts.lint
package.json
1 parent 64b2aa2 commit 1fdf81bCopy full SHA for 1fdf81b
1 file changed
package.json
@@ -47,7 +47,7 @@
47
},
48
"scripts": {
49
"test": "cross-env NODE_ENV=test node --test test/*.test.mjs",
50
- "lint": "npx eslint",
+ "lint": "npx eslint . --ext .mjs --ext .js --ext .cjs",
51
"prepare": "husky install",
52
"prepublish": "npm test"
53
0 commit comments