We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8020eda + 6a5ee0a commit aa70280Copy full SHA for aa70280
linter.py
@@ -7,7 +7,6 @@
7
8
class Tslint(NodeLinter):
9
cmd = 'tslint --format verbose ${file}'
10
- npm_name = 'tslint'
11
regex = (
12
r'^(?:'
13
r'(ERROR:\s+\((?P<error>.*)\))|'
0 commit comments