Skip to content

Commit 5746e06

Browse files
authored
Fix deprecation (#25)
1 parent 92aa8b3 commit 5746e06

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
@@ -38,7 +38,6 @@ def plugin_loaded():
3838
settings = sublime.load_settings('SublimeLinterContribXO.sublime-settings')
3939

4040
class XO(NodeLinter):
41-
npm_name = 'xo'
4241
cmd = ('xo', '--stdin', '--reporter', 'compact', '--filename', '${file}')
4342
regex = (
4443
r'^.+?: line (?P<line>\d+), col (?P<col>\d+), '

0 commit comments

Comments
 (0)