mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Add less linter via npx (#6936)
This commit is contained in:
committed by
Lunny Xiao
parent
c0fc6cd9a8
commit
3957b40021
12
.lesshintrc.json
Normal file
12
.lesshintrc.json
Normal file
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user