Skip to content

Commit

Permalink
chore: lint cjs extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 5, 2024
1 parent 4fbc064 commit 3338654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "A tiny, super fast, namespace aware sax-style XML parser written in plain JavaScript",
"scripts": {
"all": "run-s lint test-coverage test-perf",
"lint": "eslint .",
"lint": "eslint . --ext js,cjs",
"pretest": "run-s bundle",
"bundle": "rollup -c --bundleConfigAsCjs",
"test": "mocha test/*.js",
Expand Down

0 comments on commit 3338654

Please sign in to comment.