Skip to content

Instantly share code, notes, and snippets.

@DKunin
Created September 11, 2014 18:36
Show Gist options
  • Select an option

  • Save DKunin/365f9e12480b4590208a to your computer and use it in GitHub Desktop.

Select an option

Save DKunin/365f9e12480b4590208a to your computer and use it in GitHub Desktop.
Lint Settings
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"quotes": "single",
"sort-order-fallback": "abc",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": " ",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true
}
{
"maxerr" : 15,
"browser": true,
"curly": true,
"freeze": true,
"indent": 2,
"esnext": true,
"globals": {
"module": true,
"window": true,
"console": true,
"document": true,
"flux": true,
"$": true,
"require": true
},
"globalstrict": true,
"quotmark": true,
"undef": true,
"nonew": true,
"unused": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment