Skip to content

Instantly share code, notes, and snippets.

@paulomcnally
Created February 28, 2018 02:53
Show Gist options
  • Select an option

  • Save paulomcnally/923e57ee5179af0fbc4f419177005d39 to your computer and use it in GitHub Desktop.

Select an option

Save paulomcnally/923e57ee5179af0fbc4f419177005d39 to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"globals": {
"React": true
},
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
}
},
"plugins": [
"react"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment