Skip to content

Instantly share code, notes, and snippets.

@chodorowicz
Created June 21, 2016 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chodorowicz/981f8fd41fd96057c7728c352c86c5cf to your computer and use it in GitHub Desktop.
Save chodorowicz/981f8fd41fd96057c7728c352c86c5cf to your computer and use it in GitHub Desktop.
[debug] stylint issues
{
"blocks": false,
"brackets": "never",
"colons": "always",
"colors": "always",
"commaSpace": "always",
"commentSpace": "always",
"cssLiteral": "never",
"depthLimit": false,
"duplicates": true,
"efficient": "always",
"extendPref": false,
"globalDupe": false,
"indentPref": false,
"leadingZero": "always",
"maxErrors": false,
"maxWarnings": false,
"mixed": false,
"namingConvention": false,
"namingConventionStrict": false,
"none": "never",
"noImportant": true,
"parenSpace": false,
"placeholders": "always",
"prefixVarsWithDollar": "always",
"quotePref": false,
"semicolons": "always",
"sortOrder": false,
"stackedProperties": false,
"trailingWhitespace": "never",
"universal": false,
"valid": true,
"zeroUnits": "never",
"zIndexNormalize": false
}
body
background: black;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment