Skip to content

Instantly share code, notes, and snippets.

@armujahid
Last active June 2, 2018 15:40
Show Gist options
  • Save armujahid/3042269f1f2a7d0000c0971790b34c31 to your computer and use it in GitHub Desktop.
Save armujahid/3042269f1f2a7d0000c0971790b34c31 to your computer and use it in GitHub Desktop.
Eslint config file for reactnd
{
"extends": ["eslint:recommended", "plugin:react/recommended"],
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true
}
}
@armujahid
Copy link
Author

Do not forget to add eslint, eslint-plugin-react and babel-eslint in devDependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment