зеркало из https://github.com/docker/kitematic.git
Fix tslint path in package.json
Fix tslint path. Issue in https://github.com/palantir/tslint/issues/1664
This commit is contained in:
Родитель
082bfd558a
Коммит
7e1005a6ec
|
@ -23,7 +23,7 @@
|
|||
"start": "grunt",
|
||||
"start-dev": "npm run build && NODE_ENV=development grunt",
|
||||
"test": "jest -c jest-unit.json",
|
||||
"tslint": "tslint --fix --project ./tsconfig.json"
|
||||
"tslint": "tslint -c tslint.json -p tsconfig.json --project . -t stylish || echo"
|
||||
},
|
||||
"electron-version": "1.8.2",
|
||||
"dependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче