Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created February 8, 2017 16:05
Show Gist options
  • Select an option

  • Save supasympa/0316e8a0b82ead2a4b53714c9ed6b72b to your computer and use it in GitHub Desktop.

Select an option

Save supasympa/0316e8a0b82ead2a4b53714c9ed6b72b to your computer and use it in GitHub Desktop.
standard (plus other bits)
{
"extends": [
"standard",
"standard-jsx"
],
"rules": {
"jsx-quotes": [0, "prefer-double"]
},
"env": {
"browser": true,
"node": true,
"mocha": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment