Add other javascript style files for eslint

This commit is contained in:
Eric 2020-06-26 19:45:29 -05:00 committed by Eric Schultz
parent fbaed85d0a
commit 93f24f7e6d

View file

@ -10,7 +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",
"eslint": "eslint . --ext .ts,.js,.es6",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},