erohin / eslint-config-react-redux

Eslint config for React/Redux projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-react-redux

npm

This is the base Eslint config for React/Redux projects.

πŸ’Ώ Install

yarn add -D eslint eslint-config-react-redux

πŸ“– Usage

In your .eslintrc file:

{
  "extends": ["eslint-config-react-redux"]
}

🎁 Included plugins

eslint-plugin-fp
eslint-plugin-jest
eslint-plugin-more
eslint-plugin-react
eslint-plugin-ramda
eslint-config-airbnb
eslint-plugin-import
eslint-plugin-unicorn
eslint-plugin-jsx-a11y
eslint-plugin-flowtype
eslint-plugin-lodash-fp
eslint-plugin-eslint-comments

🍻 Contributing

PRs are welcome if the reasoning for the proposed change is provided.

πŸ–Œ License

MIT License

About

Eslint config for React/Redux projects

License:MIT License


Languages

Language:JavaScript 100.0%