Skip to content

Instantly share code, notes, and snippets.

@laniehei
Last active July 6, 2018 03:20
Show Gist options
  • Save laniehei/80c7d309ad1e1be9c37b862f2c25ef01 to your computer and use it in GitHub Desktop.
Save laniehei/80c7d309ad1e1be9c37b862f2c25ef01 to your computer and use it in GitHub Desktop.
{
"extends": [
"airbnb",
"prettier",
"prettier/react"
],
"plugins": [
"prettier"
],
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"node": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment