Skip to content

Instantly share code, notes, and snippets.

@kk6
Created October 26, 2015 14:57
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 kk6/157426ed66ea5dd704a3 to your computer and use it in GitHub Desktop.
Save kk6/157426ed66ea5dd704a3 to your computer and use it in GitHub Desktop.
http://mdo.github.io/code-guide/ を参考にしてみた
{
"rules": {
"block-closing-brace-newline-before": [2, "always"],
"block-opening-brace-space-before": [2, "always"],
"color-hex-case": [2, "lower"],
"color-hex-length": [2, "short"],
"color-no-invalid-hex": 2,
"declaration-colon-space-after": [2, "always"],
"declaration-colon-space-before": [2, "never"],
"declaration-no-important": 2,
"function-comma-space-before": [2, "never"],
"function-comma-space-after": [2, "never"],
"indentation": [2, 2],
"number-leading-zero": [2, "never"],
"number-zero-length-no-unit": 2,
"value-list-comma-space-after": [2, "always"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment