Skip to content

Commit 264b264

Browse files
committed
can't lint html out of the box
1 parent c40376c commit 264b264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ESLint(NodeLinter):
3535
)
3636
line_col_base = (1, 1)
3737
defaults = {
38-
'selector': 'source.js - meta.attribute-with-value, text.html.basic'
38+
'selector': 'source.js - meta.attribute-with-value'
3939
}
4040

4141
def find_errors(self, output):

0 commit comments

Comments
 (0)