Skip to content

Commit aa70280

Browse files
authored
Merge pull request #41 from rgant/fix/deprecation-warnings
Resolve depreciation warning.
2 parents 8020eda + 6a5ee0a commit aa70280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class Tslint(NodeLinter):
99
cmd = 'tslint --format verbose ${file}'
10-
npm_name = 'tslint'
1110
regex = (
1211
r'^(?:'
1312
r'(ERROR:\s+\((?P<error>.*)\))|'

0 commit comments

Comments
 (0)