fix linter problems

This commit is contained in:
Roei Elisha
2018-05-22 23:55:10 +03:00
parent b248405437
commit b064b97f2d
3 changed files with 22 additions and 27 deletions

View File

@@ -42,7 +42,7 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts",
"test": "tslint --project .",
"start": "node ./bin/crunchy"
},
"bugs": {