5.0.1 • Published 6 years ago
eslint-config-umbrellio v5.0.1
eslint-config-umbrellio
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-umbrellioAdd 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-promisefor umbrellio/flow:
yarn add -D eslint-plugin-flowtypefor umbrellio/react:
yarn add -D eslint-plugin-react eslint-plugin-jsx-a11yfor umbrellio/jest:
yarn add -D eslint-plugin-jest