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