Skip to content

Commit

Permalink
Use tslint options before files as proposed by tslint and remvoe forc…
Browse files Browse the repository at this point in the history
…e as this is usful in npm script but not in nodemon script
  • Loading branch information
dweber019 committed Jun 24, 2017
1 parent ebe8091 commit 7d2a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ts": "./node_modules/.bin/ts-node"
},
"events": {
"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'",
"restart": "osascript -e 'display notification \"restarting server\" with title \"node.js application\"'"
}
}

0 comments on commit 7d2a617

Please sign in to comment.