Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dooboo/eslint-config

dooboolab4kMITdeprecated1.4.0

Deprecated in favor of @dooboo/eslint-config-react-native and others

ESLint config for React & React Native that extends @react-native-community/eslint-config

readme

@dooboo/eslint-config

Npm Version

Downloads

Installation

yarn add -D eslint @dooboo/eslint-config @typescript-eslint/eslint-plugin eslint-plugin-jest

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like.

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
  "extends": "@dooboo/eslint-config"
}