stylint
Version:
A linter for stylus
26 lines • 610 B
Plain Text
{
"borderNone": true,
"brackets": true,
"colons": true,
"commaSpace": true,
"commentSpace": true,
"cssLiteral": true,
"depthLimit": 5,
"duplicates": false,
"efficient": false,
"enforceVarStyle": false,
"enforceBlockStyle": false,
"extendPref": false,
"indentSpaces": 4,
"leadingZero": false,
"maxWarnings": 10,
"mixed": false,
"namingConvention": "lowercase-dash",
"parenSpace": false,
"placeholders": false,
"semicolons": false,
"trailingWhitespace": false,
"universal": false,
"valid": true,
"zeroUnits": false
}