Last active
June 2, 2018 15:40
-
-
Save armujahid/3042269f1f2a7d0000c0971790b34c31 to your computer and use it in GitHub Desktop.
Eslint config file for reactnd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": ["eslint:recommended", "plugin:react/recommended"], | |
"parser": "babel-eslint", | |
"env": { | |
"browser": true, | |
"es6": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do not forget to add
eslint
,eslint-plugin-react
andbabel-eslint
in devDependencies