eslint-plugin-eigenspace-redux
v0.1.4
Published
Eigenspace team's codestyle plugin for Redux app linting
Downloads
140
Readme
Eigenspace eslint plugin for redux
Eigenspace`s rules and configuration for Redux projects
Project structure
We use same project structure as all plugin uses. Example of project structure can be found there
Environmental requirements
eslint
:5.x
Rules for ESLint
To use this set of rules you should add them to your config. In .eslintrc.js do following:
module.exports = {
extends: [
'plugin:eigenspace-script/all'
]
};
Configurations for development environments
Why do we have that dependencies?
eslint-plugin-react-redux
- eslint rule package.