Skip to content

Instantly share code, notes, and snippets.

@jamesmcallister
Last active July 7, 2016 10:37
Show Gist options
  • Save jamesmcallister/ff6f6711e674b73f8ea4ddc67a1122a8 to your computer and use it in GitHub Desktop.
Save jamesmcallister/ff6f6711e674b73f8ea4ddc67a1122a8 to your computer and use it in GitHub Desktop.
dot files
{
"presets": [
"es2015",
"react"
],
"sourceMaps": "inline"
}
{
"plugins": [
"react"
],
"extends": [
"standard",
"standard-react",
"eslint:recommended",
"plugin:react/recommended",
"prefer-es6-class"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment