Add eslint to package.json

This commit is contained in:
Eric 2020-06-26 18:21:35 -05:00 committed by Eric Schultz
parent 6554861627
commit 8b59ad7f0f

View file

@ -10,6 +10,7 @@
"ci-build-all": "script/compile-assets.sh && yarn build",
"test": "rake -v spec && yarn build && yarn jest",
"jest": "jest",
"eslint": "eslint . --ext .ts",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},