Skip to content

Instantly share code, notes, and snippets.

@18601673727
Created December 3, 2016 18:11
Show Gist options
  • Save 18601673727/5dab54d7a7432cc4d88cd56db0b3cef6 to your computer and use it in GitHub Desktop.
Save 18601673727/5dab54d7a7432cc4d88cd56db0b3cef6 to your computer and use it in GitHub Desktop.
.eslintrc
{
"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