Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created April 26, 2017 21:11
Show Gist options
  • Select an option

  • Save supasympa/40c47c74b01529569cd8f54be6d2a06a to your computer and use it in GitHub Desktop.

Select an option

Save supasympa/40c47c74b01529569cd8f54be6d2a06a to your computer and use it in GitHub Desktop.
eslint / standard-js
{
"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