mirror of https://github.com/actions/toolkit
add the lint-fix script (#831)
parent
8df94d9879
commit
dc4b4dab1d
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue