eslint-config-umbrellio

5.0.1 • Public • Published

eslint-config-umbrellio

npm version

Package Versioning (Semver)

Example: 5.29.0

5 - Major ESlint Version 29 - development updates and dependencies updates 0 - patches and bug fixes

Installation

with yarn:

yarn add -D eslint-config-umbrellio

Add umbrellio to "extends" section of .eslintrc.json:

{
  "extends": "umbrellio"
}

You can also enable optional configs:

{
  "extends": [
    "umbrellio",
    "umbrellio/flow",
    "umbrellio/react",
    "umbrellio/jest"
  ]
}

Dependencies

for umbrellio:

yarn add -D eslint-plugin-import eslint-plugin-node eslint-plugin-prefer-object-spread eslint-plugin-promise

for umbrellio/flow:

yarn add -D eslint-plugin-flowtype

for umbrellio/react:

yarn add -D eslint-plugin-react eslint-plugin-jsx-a11y

for umbrellio/jest:

yarn add -D eslint-plugin-jest

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-umbrellio

Weekly Downloads

1,155

Version

5.0.1

License

MIT

Unpacked Size

12.2 kB

Total Files

13

Last publish

Collaborators

  • akxcv