Skip to content

Instantly share code, notes, and snippets.

@jonleopard
Created September 20, 2017 17:14
Show Gist options
  • Save jonleopard/dcb4f0b2c44a23457ad619c20b5c169e to your computer and use it in GitHub Desktop.
Save jonleopard/dcb4f0b2c44a23457ad619c20b5c169e to your computer and use it in GitHub Desktop.
{
"extends": [
"airbnb",
"prettier",
"prettier/react"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier" : "error"
},
"parserOptions": {
"ecmaVersion": 2016,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"es6": true,
"browser": true,
"node": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment