0.1.2 • Published 5 years ago

@omnious/eslint-config-react v0.1.2

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

Installation

# NPM
$ npm install --save-dev eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y @omnious/eslint-config-react
# Yarn
$ yarn add -D eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y @omnious/eslint-config-react

Usage

{
    "extends": "@omnious/eslint-config-react",
    "rules": {
        // Additional, per-project rules...
    }
}

Using the omnious config with eslint:recommended

There are several rules in the eslint:recommended ruleset that Omnious style is not opinionated about that you might want to enforce in your project.

To use Omnious style in conjunction with ESLint's recommended rule set, extend them both, making sure to list omnious last:

{
  "extends": ["eslint:recommended", "@omnious/eslint-config-react"],
  "rules": {
    // Additional, per-project rules...
  }
}

License

MIT © Omnious

0.1.2

5 years ago

0.1.2-alpha.0

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2-rc.0

6 years ago

0.0.2-rc5

6 years ago

0.0.2-rc4

6 years ago

0.0.2-rc3

6 years ago

0.0.2-rc2

6 years ago

0.0.2-rc1

6 years ago

0.0.2-rc0

6 years ago

0.0.1

6 years ago