summaryrefslogtreecommitdiffstats
path: root/.lesshintrc.json
blob: 55ea9796731e7ab22873459fbb85b69c71e1335d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "idSelector": false,
  "importPath": false,
  "importantRule": false,
  "maxCharPerLine": false,
  "propertyOrdering": false,
  "qualifyingElement": false,
  "spaceAroundComma": false,
  "stringQuotes": "double",
  "universalSelector": false,
  "zeroUnit": "no_unit"
}