Skip to content

Instantly share code, notes, and snippets.

@puzzfuzz
Created November 5, 2015 16:54
Show Gist options
  • Save puzzfuzz/0ed80c798042468dfa58 to your computer and use it in GitHub Desktop.
Save puzzfuzz/0ed80c798042468dfa58 to your computer and use it in GitHub Desktop.
Minimal .eslintrc for working with ES6 and React
{
"env": {
"es6": true,
"browser": true
},
"ecmaFeatures": {
"modules": true,
"jsx": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment