Lint TypeScript (#349)

* extract dep

* Lint

* Lint

* Fix

* Fix build
This commit is contained in:
Sung Won Cho 2019-11-25 12:24:23 +08:00 committed by GitHub
commit 3883a076ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
113 changed files with 6030 additions and 4531 deletions

View file

@ -21,7 +21,7 @@ appPath="$basePath/web"
ROOT_URL=$ROOT_URL \
VERSION="$VERSION" \
"$appPath"/node_modules/.bin/webpack-dev-server\
"$appPath"/node_modules/.bin/webpack-dev-server \
--env.isTest="$IS_TEST" \
--host "$WEBPACK_HOST" \
--config "$appPath"/webpack/dev.config.js