0.0.7 • Published 5 years ago

@eigenspace/test-package v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.
0.0.7

5 years ago

0.0.6

5 years ago

0.0.3-dev

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago