Skip to content

Commit

Permalink
🔧 npm script tweaks
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
ctcpip and ljharb authored Jun 2, 2023
1 parent 212111c commit 9f2b7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"scripts": {
"check": "node -e 'import(\"./scripts/check-delegates.mjs\").then(cd => cd.checkDelegates())'",
"test": "node ./scripts/check-delegates-test.mjs",
"lint": "eslint . --ext .js --ext .mjs --ext .cjs",
"lint:fix": "eslint . --ext .js --ext .mjs --ext .cjs --fix"
"lint": "eslint . --ext .js,.mjs,.cjs",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"eslint": "^8.41.0"
Expand Down

0 comments on commit 9f2b7d3

Please sign in to comment.