Skip to content

Commit

Permalink
add the lint-fix script (actions#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Jun 4, 2021
1 parent 8df94d9 commit dc4b4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"format": "prettier --write packages/**/*.ts",
"format-check": "prettier --check packages/**/*.ts",
"lint": "eslint packages/**/*.ts",
"lint-fix": "eslint packages/**/*.ts --fix",
"new-package": "scripts/create-package",
"test": "jest --testTimeout 10000"
},
Expand Down

0 comments on commit dc4b4da

Please sign in to comment.