diff options
Diffstat (limited to '.lesshintrc.json')
-rw-r--r-- | .lesshintrc.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.lesshintrc.json b/.lesshintrc.json deleted file mode 100644 index 55ea979673..0000000000 --- a/.lesshintrc.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "idSelector": false, - "importPath": false, - "importantRule": false, - "maxCharPerLine": false, - "propertyOrdering": false, - "qualifyingElement": false, - "spaceAroundComma": false, - "stringQuotes": "double", - "universalSelector": false, - "zeroUnit": "no_unit" -} |