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