Lint JavaScript/TypeScript code (#346)

* Implement lint in all js projects

* Use yarn workspace

* Remove package-lock.json

* Fix

* Extract common dev dep

* Bump
This commit is contained in:
Sung Won Cho 2019-11-23 15:40:33 +08:00 committed by GitHub
commit e2e777db54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
117 changed files with 12281 additions and 32567 deletions

View file

@ -4,11 +4,11 @@
set -eux
# clean
npm run clean
yarn clean
# chrome
npm run build:chrome
npm run package:chrome
yarn build:chrome
yarn package:chrome
# firefox
npm run build:firefox
npm run package:firefox
yarn build:firefox
yarn package:firefox