Created
December 3, 2016 18:11
-
-
Save 18601673727/5dab54d7a7432cc4d88cd56db0b3cef6 to your computer and use it in GitHub Desktop.
.eslintrc
This file contains 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
{ | |
"plugins": [ | |
"react", | |
"you-dont-need-lodash-underscore" | |
], | |
"extends": [ | |
"eslint:recommended", | |
"plugin:react/recommended" | |
], | |
"rules": { | |
"no-set-state": "off", | |
'you-dont-need-lodash-underscore/for-each': 1, | |
'you-dont-need-lodash-underscore/concat': 1, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment