Skip to content

Commit

Permalink
chore: lint cjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 6, 2024
1 parent 07e6836 commit 8552e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"all": "run-s lint test test:distro",
"build": "rollup -c",
"dev": "npm test -- --watch",
"lint": "eslint .",
"lint": "eslint . --ext cjs,js",
"test": "mocha --reporter=spec --recursive test/spec",
"test:distro": "mocha --reporter=spec --recursive test/distro",
"pretest": "run-s build",
Expand Down

0 comments on commit 8552e50

Please sign in to comment.