Skip to content

Instantly share code, notes, and snippets.

@joellongie
Created March 30, 2016 04:58
Show Gist options
  • Save joellongie/eaeaadbe011739718c653621ce5949f5 to your computer and use it in GitHub Desktop.
Save joellongie/eaeaadbe011739718c653621ce5949f5 to your computer and use it in GitHub Desktop.
eslintrc
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"ecmaFeatures": {
"modules": true,
"jsx": true
},
"rules": {
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment