Skip to content

Commit c6628e2

Browse files
chiubakasds
authored andcommitted
Fix TsLint defaults (sds#594)
Removes flags from TsLint default config, which appeared to break linting. The "prose" option for `-t` is also default, so shouldn't be necessary to specify as a flag?
1 parent 22229c9 commit c6628e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/default.yml

-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ PreCommit:
727727
description: 'Analyze with TSLint'
728728
required_executable: 'tslint'
729729
install_command: 'npm install -g tslint typescript'
730-
flags: ['--t=prose']
731730
include: '**/*.ts'
732731

733732
TrailingWhitespace:

0 commit comments

Comments
 (0)