We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e87d9 commit a1dbfd4Copy full SHA for a1dbfd4
1 file changed
linter.py
@@ -38,7 +38,7 @@ def cmd(self):
38
"""Return a tuple with the command line to execute."""
39
40
command = [self.executable_path, '--reporter', 'jslint', '--stdin']
41
- api_version = getattr(SublimeLinter, 'VERSION', 3)
+ api_version = getattr(SublimeLinter.lint, 'VERSION', 3)
42
43
if api_version > 3:
44
current_syntax = util.get_syntax(self.view)
0 commit comments