We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29ba0f commit b3dceaeCopy full SHA for b3dceae
package.json
@@ -27,7 +27,7 @@
27
"doc": "typedoc src",
28
"size": "size-limit",
29
"prepare": "tsc -noEmit && ./build.js",
30
- "lint": "eslint",
+ "lint": "eslint --config eslint.config.mjs src *.js *.mjs",
31
"coverage": "TS_NODE_PROJECT=tsconfig.test.json tap --no-browser --coverage-report=html 'src/**/*.test.ts'",
32
"test": "TS_NODE_PROJECT=tsconfig.test.json tap",
33
"build": "rm -rf dist/* && ./build.js",
0 commit comments