UNPKG

345 BYAMLView Raw
1- repo: git://github.com/awebdeveloper/pre-commit-tslint/
2 sha: 'v0.0.2' # Use the sha or tag you want to point at
3 hooks:
4 - id: tslint
5 exclude: 'tests'
6 additional_dependencies: ['tslint@5.9.1', 'tslint-ionic-rules@0.0.14', 'typescript@2.6.2']
7 args: ['--config', 'tslint.json', '--project', 'tsconfig.json', '--fix']