Skip to content

Instantly share code, notes, and snippets.

@gpspake
Created October 4, 2017 14:57
Show Gist options
  • Save gpspake/581c92b955a6687ddfa126a8d242dcc3 to your computer and use it in GitHub Desktop.
Save gpspake/581c92b955a6687ddfa126a8d242dcc3 to your computer and use it in GitHub Desktop.
{
"extends": [
"airbnb",
"prettier/react"
],
"plugins": [
"prettier"
],
"env": {
"browser": true,
"jasmine": true
},
"rules": {
"react/jsx-filename-extension": [1, {"extensions": [".js"]}],
"prettier/prettier": ["error", { "singleQuote": true }]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment