diff --git a/lib/linter-tslint.coffee b/lib/linter-tslint.coffee index 8db07f56..be623daf 100644 --- a/lib/linter-tslint.coffee +++ b/lib/linter-tslint.coffee @@ -19,6 +19,8 @@ class LinterTslint extends Linter linterName: 'tslint' + isNodeExecutable: yes + constructor: (editor) -> @cwd = path.dirname(editor.getUri())