Browse Source

Fixed lint issues + cross platform lint command

update-deps
Alex Mikhalev 8 years ago
parent
commit
0bcf6b94f3
  1. 2
      package.json

2
package.json

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

Loading…
Cancel
Save