Add less linter via npx (#6936)
This commit is contained in:
committed by
Lunny Xiao
parent
c0fc6cd9a8
commit
3957b40021
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"idSelector": false,
|
||||
"importPath": false,
|
||||
"importantRule": false,
|
||||
"maxCharPerLine": false,
|
||||
"propertyOrdering": false,
|
||||
"qualifyingElement": false,
|
||||
"spaceAroundComma": false,
|
||||
"stringQuotes": "double",
|
||||
"universalSelector": false,
|
||||
"zeroUnit": "no_unit"
|
||||
}
|
||||
Reference in New Issue
Block a user