Skip to content

Commit

Permalink
npm script lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Oct 31, 2024
1 parent e817db7 commit 5610d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"clean": "node dev/clean.js",
"compile": "node dev/compile.js",
"coverage": "node dev/coverage.js",
"lint": "eslint . --format compact",
"lint": "eslint --format=compact .",
"lint:fix": "eslint --fix --format=compact .",
"release": "npm version -m \"Release %s\"",
"test": "node --import \"data:text/javascript,import { register } from 'node:module'; import { pathToFileURL } from 'node:url'; register('ts-node/esm', pathToFileURL('./'));\" node_modules/mocha/bin/mocha.js --check-leaks test/**/*.spec.ts",
"update-dist": "node dev/update-dist.js"
Expand Down

0 comments on commit 5610d3c

Please sign in to comment.