diff options
author | Xaver Maierhofer <xaver.maierhofer@xwissen.info> | 2019-05-14 02:54:23 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-05-14 08:54:23 +0800 |
commit | 3957b40021a7e017fc118a72fb5de38034427f00 (patch) | |
tree | 964ebe0d9c2b98a21ae6339c534c8a5233b9161a /.lesshintrc.json | |
parent | c0fc6cd9a8ae438f5759f2ee88d395bf7e1dbe1d (diff) | |
download | gitea-3957b40021a7e017fc118a72fb5de38034427f00.tar.gz gitea-3957b40021a7e017fc118a72fb5de38034427f00.zip |
Add less linter via npx (#6936)
Diffstat (limited to '.lesshintrc.json')
-rw-r--r-- | .lesshintrc.json | 12 |
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" +} |