From a51df26b9f077ff2fd6fa6e3457a1842ef37c63e Mon Sep 17 00:00:00 2001 From: Daniel <1732408+chiubaka@users.noreply.github.com> Date: Thu, 16 Aug 2018 13:11:12 +0200 Subject: [PATCH] Fix TsLint defaults 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? --- config/default.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/default.yml b/config/default.yml index ce602d84..98546902 100644 --- a/config/default.yml +++ b/config/default.yml @@ -727,7 +727,6 @@ PreCommit: description: 'Analyze with TSLint' required_executable: 'tslint' install_command: 'npm install -g tslint typescript' - flags: ['--t=prose'] include: '**/*.ts' TrailingWhitespace: