Add eslint to package.json
This commit is contained in:
parent
6554861627
commit
8b59ad7f0f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue