Skip to content

Commit

Permalink
feat(dx): add lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent 9b483ed commit 5fa3326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "pnpm -r run stub",
"fresh": "rimraf node_modules packages/**/node_modules pnpm-lock.yaml && pnpm i",
"release": "bumpp package.json packages/*/package.json",
Expand Down

0 comments on commit 5fa3326

Please sign in to comment.