Skip to content

Instantly share code, notes, and snippets.

@ycrack
Created February 8, 2018 05:40
Show Gist options
  • Save ycrack/c02da6fb9c2ae8074a9d4e1cb1621793 to your computer and use it in GitHub Desktop.
Save ycrack/c02da6fb9c2ae8074a9d4e1cb1621793 to your computer and use it in GitHub Desktop.
Stylint用オレオレconfigファイル
{
"blocks": false,
"brackets": "never",
"colons": false,
"colors": false,
"commaSpace": "always",
"commentSpace": "always",
"cssLiteral": "never",
"customProperties": [],
"depthLimit": false,
"duplicates": true,
"efficient": "always",
"exclude": [],
"extendPref": false,
"globalDupe": false,
"groupOutputByFile": true,
"indentPref": false,
"leadingZero": "always",
"maxErrors": false,
"maxWarnings": false,
"mixed": false,
"mixins": [],
"namingConvention": "lowercase-dash",
"namingConventionStrict": true,
"none": "false",
"noImportant": false,
"parenSpace": false,
"placeholders": false,
"prefixVarsWithDollar": false,
"quotePref": false,
"reporterOptions": {
"columns": ["lineData", "severity", "description", "rule"],
"columnSplitter": " ",
"showHeaders": false,
"truncate": true
},
"semicolons": "never",
"sortOrder": false,
"stackedProperties": false,
"trailingWhitespace": false,
"universal": "never",
"valid": true,
"zeroUnits": "never",
"zIndexNormalize": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment