eslint-plugin-eigenspace-react

0.1.4 • Public • Published

Eigenspace eslint plugin for react

Eigenspace`s rules and configuration for React projects

Project structure

We use same project structure as all plugin uses. Example of project structure can be found there

Code writing guide

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-react/all'
    ]
};

Configurations for development environments

Why do we have that dependencies?

  • eslint-plugin-react - eslint rule package.
  • eslint-plugin-react-perf - helps improve performance by removing anti-patterns.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-eigenspace-react

Weekly Downloads

581

Version

0.1.4

License

MIT

Unpacked Size

2.23 kB

Total Files

3

Last publish

Collaborators

  • eigenspace