Created
November 10, 2017 18:11
-
-
Save philsinatra/7e7a098cd78c1afe11992f08e4ec76cc to your computer and use it in GitHub Desktop.
Stylint Configuration File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blocks": false, | |
"brackets": "never", | |
"colons": "never", | |
"colors": "always", | |
"commaSpace": "always", | |
"commentSpace": "always", | |
"cssLiteral": "never", | |
"customProperties": [], | |
"depthLimit": false, | |
"duplicates": true, | |
"efficient": "always", | |
"exclude": [], | |
"extendPref": false, | |
"globalDupe": false, | |
"groupOutputByFile": true, | |
"indentPref": false, | |
"leadingZero": "never", | |
"maxErrors": false, | |
"maxWarnings": false, | |
"mixed": false, | |
"mixins": [], | |
"namingConvention": false, | |
"namingConventionStrict": false, | |
"none": "never", | |
"noImportant": true, | |
"parenSpace": false, | |
"placeholders": "always", | |
"prefixVarsWithDollar": "always", | |
"quotePref": false, | |
"reporterOptions": { | |
"columns": ["lineData", "severity", "description", "rule"], | |
"columnSplitter": " ", | |
"showHeaders": false, | |
"truncate": true | |
}, | |
"semicolons": "never", | |
"sortOrder": "alphabetical", | |
"stackedProperties": "never", | |
"trailingWhitespace": "never", | |
"universal": false, | |
"valid": true, | |
"zeroUnits": "never", | |
"zIndexNormalize": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment