Skip to content

Commit 96227f1

Browse files
committed
Lint .cjs files.
1 parent 0c578eb commit 96227f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"coverage": "cross-env NODE_ENV=test c8 npm run test-node",
3131
"coverage-ci": "cross-env NODE_ENV=test c8 --reporter=lcovonly --reporter=text-summary --reporter=text npm run test-node",
3232
"coverage-report": "c8 report",
33-
"lint": "eslint --ignore-pattern rollup.config.js ."
33+
"lint": "eslint --ext .cjs,.js --ignore-pattern rollup.config.js ."
3434
},
3535
"files": [
3636
"lib/*",

0 commit comments

Comments
 (0)