We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe8091 commit 7d2a617Copy full SHA for 7d2a617
nodemon.json
@@ -4,7 +4,7 @@
4
"ts": "./node_modules/.bin/ts-node"
5
},
6
"events": {
7
- "start": "./node_modules/.bin/tslint -c ./tslint.json 'src/**/*.ts' --format stylish --force",
+ "start": "./node_modules/.bin/tslint -c ./tslint.json -t stylish 'src/**/*.ts'",
8
"restart": "osascript -e 'display notification \"restarting server\" with title \"node.js application\"'"
9
}
10
0 commit comments