summaryrefslogtreecommitdiffstats
path: root/.lesshintrc.json
diff options
context:
space:
mode:
authorXaver Maierhofer <xaver.maierhofer@xwissen.info>2019-05-14 02:54:23 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2019-05-14 08:54:23 +0800
commit3957b40021a7e017fc118a72fb5de38034427f00 (patch)
tree964ebe0d9c2b98a21ae6339c534c8a5233b9161a /.lesshintrc.json
parentc0fc6cd9a8ae438f5759f2ee88d395bf7e1dbe1d (diff)
downloadgitea-3957b40021a7e017fc118a72fb5de38034427f00.tar.gz
gitea-3957b40021a7e017fc118a72fb5de38034427f00.zip
Add less linter via npx (#6936)
Diffstat (limited to '.lesshintrc.json')
-rw-r--r--.lesshintrc.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.lesshintrc.json b/.lesshintrc.json
new file mode 100644
index 0000000000..55ea979673
--- /dev/null
+++ b/.lesshintrc.json
@@ -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"
+}