Created
October 30, 2018 22:52
-
-
Save lievendoclo/49fbfeeea4e34373bb95271f228beee4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const tslintFix: AutofixRegistration = spawnedCommandAutofix( | |
"tslint", | |
allSatisfied(IsTypeScript, IsNode, hasFile("tslint.json")), | |
{ ignoreFailure: true, considerOnlyChangedFiles: false }, | |
asSpawnCommand("npm run lint:fix", DevelopmentEnvOptions) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment