Skip to content

Commit

Permalink
Update eslint command.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Nov 14, 2024
1 parent 20165d6 commit 69f448b
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 @@ -56,7 +56,7 @@
"scripts": {
"build": "npm run clean && npm run serialize && webpack && rollup -c",
"clean": "rm -rf dist/* && rm -rf contexts/*.jsonld",
"lint": "eslint js test",
"lint": "eslint --ext .cjs,.js .",
"prepare": "npm run build",
"serialize": "node bin/serialize.js",
"test": "npm run lint && npm run build && npm run test-node && npm run test-karma",
Expand Down

0 comments on commit 69f448b

Please sign in to comment.