Add command for lint fix

This commit is contained in:
Jordan Eldredge 2020-01-14 07:46:24 -08:00
parent 3d0031c023
commit ebd3eb56b6

View File

@ -13,6 +13,7 @@
"index.d.ts"
],
"scripts": {
"lint-fix": "eslint . --ext ts,tsx,js --fix",
"lint": "eslint . --ext ts,tsx,js",
"type-check": "tsc",
"build": "webpack --config=demo/config/webpack.prod.js",