We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de92c66 commit 6187160Copy full SHA for 6187160
lib/overcommit/hook/pre_commit/ts_lint.rb
@@ -1,5 +1,5 @@
1
module Overcommit::Hook::PreCommit
2
- # Runs `tslint` against modified JavaScript files.
+ # Runs `tslint` against modified TypeScript files.
3
# @see http://palantir.github.io/tslint/
4
class TsLint < Base
5
def run
0 commit comments