Skip to content

Commit

Permalink
Added a npm command for tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Dec 28, 2017
1 parent 2dba204 commit 25b3dcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"scripts": {
"dev": "cd src && tsc --declaration -w",
"build": "cd src && tsc --declaration",
"lint": "tslint --project tslint.json src/**/v2/**/*.ts",
"test": "cd test/v2/tests.ts && tsc && cd ../../.. && node test/v2/root.js && node test/v1/root.js"
},
"name": "webdav-server",
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"no-var-keyword": true,
"radix": true,
"restrict-plus-operands": true,
"strict-type-predicates": true,
"triple-equals": true,
"typeof-compare": true,
"use-isnan": true,
Expand Down

0 comments on commit 25b3dcc

Please sign in to comment.