Fix trailing whitespace and empty selectors in less

This commit is contained in:
Caleb James DeLisle
2017-12-08 17:30:45 +01:00
parent 62c5bbd9b6
commit 9af941741d
7 changed files with 13 additions and 28 deletions

View File

@@ -29,7 +29,5 @@
// These rules are really good rules to have around IMO (Caleb) but they're not being honored.
"duplicateProperty": false,
"trailingSemicolon": false,
"emptyRule": false,
"maxCharPerLine": false,
"trailingWhitespace": false
"maxCharPerLine": false
}