Fixed lint issues + cross platform lint command

This commit is contained in:
Alex Mikhalev 2017-06-20 08:53:50 -06:00
parent 10805f9fb1
commit 0bcf6b94f3
6 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
"clean": "rm -rf ./dist ./build",
"build": "webpack --config ./webpack/prod.config.js",
"start": "webpack-dev-server --config ./webpack/dev.config.js",
"lint": "tslint app/script/**/* || :"
"lint": "tslint app/script/**/* --force"
},
"repository": {
"type": "git",