Skip to content

Commit 9f2b7d3

Browse files
ctcpipljharb
andauthored
🔧 npm script tweaks
Co-authored-by: Jordan Harband <[email protected]>
1 parent 212111c commit 9f2b7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"scripts": {
44
"check": "node -e 'import(\"./scripts/check-delegates.mjs\").then(cd => cd.checkDelegates())'",
55
"test": "node ./scripts/check-delegates-test.mjs",
6-
"lint": "eslint . --ext .js --ext .mjs --ext .cjs",
7-
"lint:fix": "eslint . --ext .js --ext .mjs --ext .cjs --fix"
6+
"lint": "eslint . --ext .js,.mjs,.cjs",
7+
"lint:fix": "npm run lint -- --fix"
88
},
99
"devDependencies": {
1010
"eslint": "^8.41.0"

0 commit comments

Comments
 (0)