add the lint-fix script (#831)

This commit is contained in:
Thomas Boop
2021-06-04 09:25:13 -04:00
committed by GitHub
parent 8df94d9879
commit dc4b4dab1d

View File

@@ -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"
},