Skip to content

Instantly share code, notes, and snippets.

@markandrewj
Created March 18, 2016 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markandrewj/87e62dbaf9e26fd352fa to your computer and use it in GitHub Desktop.
Save markandrewj/87e62dbaf9e26fd352fa to your computer and use it in GitHub Desktop.
atom eslint config boilerplate
{
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"es6": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment