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.
1 parent 0c578eb commit 96227f1Copy full SHA for 96227f1
package.json
@@ -30,7 +30,7 @@
30
"coverage": "cross-env NODE_ENV=test c8 npm run test-node",
31
"coverage-ci": "cross-env NODE_ENV=test c8 --reporter=lcovonly --reporter=text-summary --reporter=text npm run test-node",
32
"coverage-report": "c8 report",
33
- "lint": "eslint --ignore-pattern rollup.config.js ."
+ "lint": "eslint --ext .cjs,.js --ignore-pattern rollup.config.js ."
34
},
35
"files": [
36
"lib/*",
0 commit comments