Skip to content

Commit

Permalink
F7333340924: Make sure eslint lints all JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed May 3, 2024
1 parent 6c05f11 commit 5438fac
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 @@ -9,7 +9,7 @@
"author": "finsit",
"license": "MIT",
"scripts": {
"lint": "eslint --report-unused-disable-directives .",
"lint": "eslint --ext js,cjs,mjs --report-unused-disable-directives .",
"test:run": "vitest",
"test:open": "vitest --ui"
},
Expand Down

0 comments on commit 5438fac

Please sign in to comment.