Skip to content

Instantly share code, notes, and snippets.

@lievendoclo
Created October 30, 2018 22:52
Show Gist options
  • Save lievendoclo/49fbfeeea4e34373bb95271f228beee4 to your computer and use it in GitHub Desktop.
Save lievendoclo/49fbfeeea4e34373bb95271f228beee4 to your computer and use it in GitHub Desktop.
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