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.
1 parent 53978d8 commit a93fbc2Copy full SHA for a93fbc2
linter.py
@@ -19,7 +19,7 @@ class Stylelint(NodeLinter):
19
)
20
21
defaults = {
22
- 'selector': 'source.css - meta.attribute-with-value, source.sass, source.scss' # noqa 501
+ 'selector': 'source.css - meta.attribute-with-value, source.sass, source.scss, source.less' # noqa 501
23
}
24
25
def find_errors(self, output):
0 commit comments