Add other javascript style files for eslint
This commit is contained in:
parent
fbaed85d0a
commit
93f24f7e6d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue