You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.lesshintrc.json 273B

123456789101112
  1. {
  2. "idSelector": false,
  3. "importPath": false,
  4. "importantRule": false,
  5. "maxCharPerLine": false,
  6. "propertyOrdering": false,
  7. "qualifyingElement": false,
  8. "spaceAroundComma": false,
  9. "stringQuotes": "double",
  10. "universalSelector": false,
  11. "zeroUnit": "no_unit"
  12. }