
tslint
List of commands for tslint:
-
tslint:tldr:0255f tslint: Lint on a given set of files.$ tslint ${filename1-js filename2-js ---}try on your machineexplain this command
-
tslint:tldr:64e72 tslint: Lint with the config file in the project root.$ tslint --project ${path-to-project_root}try on your machineexplain this command
-
tslint:tldr:c87f5 tslint: Create TSLint config.$ tslint --inittry on your machineexplain this command