stylint
Version:
A linter for stylus
34 lines (33 loc) • 730 B
Plain Text
{
"alphabetical": false,
"borderNone": true,
"brackets": false,
"colons": false,
"colors": false,
"commaSpace": true,
"commentSpace": false,
"cssLiteral": false,
"depthLimit": 3,
"duplicates": true,
"efficient": true,
"enforceBlockStyle": false,
"enforceVarStyle": true,
"extendPref": "@extend",
"globalDupe": true,
"indentSpaces": 2,
"leadingZero": false,
"maxWarnings": 50,
"maxWarningsKill": false,
"mixed": true,
"namingConvention": "BEM",
"namingConventionStrict": true,
"parenSpace": false,
"placeholders": false,
"semicolons": false,
"universal": true,
"valid": true,
"whitespace": true,
"zeroUnits": true,
"zIndexDuplicates": false,
"zIndexNormalize": false
}