Skip to content

Commit

Permalink
Add tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
RalucaNicola committed May 19, 2018
1 parent 12919f1 commit 105fdee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "A 3D trail guide app for the Swiss National Park.",
"scripts": {
"build": "webpack -p --config ./webpack.config.prod.js",
"start": "webpack-dev-server --hot --open"
"start": "webpack-dev-server --hot --open",
"lint": "tslint src/**/*.ts"
},
"keywords": [
"3D",
Expand All @@ -16,7 +17,7 @@
"typings": "src/ts/types.d.ts",
"devDependencies": {
"@types/amcharts": "^3.21.2",
"@types/arcgis-js-api": "4.6",
"@types/arcgis-js-api": "4.7",
"@types/dojo": "^1.9.40",
"@types/nouislider": "^9.0.3",
"awesome-typescript-loader": "^3.4.1",
Expand Down

0 comments on commit 105fdee

Please sign in to comment.