Skip to content

Commit 7d2a617

Browse files
committed
Use tslint options before files as proposed by tslint and remvoe force as this is usful in npm script but not in nodemon script
1 parent ebe8091 commit 7d2a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodemon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ts": "./node_modules/.bin/ts-node"
55
},
66
"events": {
7-
"start": "./node_modules/.bin/tslint -c ./tslint.json 'src/**/*.ts' --format stylish --force",
7+
"start": "./node_modules/.bin/tslint -c ./tslint.json -t stylish 'src/**/*.ts'",
88
"restart": "osascript -e 'display notification \"restarting server\" with title \"node.js application\"'"
99
}
1010
}

0 commit comments

Comments
 (0)