Skip to content

Commit a93fbc2

Browse files
committed
add selector for less 2.5
1 parent 53978d8 commit a93fbc2

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
@@ -19,7 +19,7 @@ class Stylelint(NodeLinter):
1919
)
2020

2121
defaults = {
22-
'selector': 'source.css - meta.attribute-with-value, source.sass, source.scss' # noqa 501
22+
'selector': 'source.css - meta.attribute-with-value, source.sass, source.scss, source.less' # noqa 501
2323
}
2424

2525
def find_errors(self, output):

0 commit comments

Comments
 (0)