eslint-config-os-team-react

1.1.49 • Public • Published

eslint-config-os-team-react NPM version

ESLint rules for React, including TypeScript.

Uses the eslint-config-airbnb-typescript package to implement Airbnb JavaScript Style Guide.

Contains additional recommended rules for:

  • Jest.
  • Promise.
  • Typescript.
  • Prettier.

Installation

Step 1. Install the package

Install the exact version (-E) of the package in devDependencies (-D) using the following command:

yarn add -DE eslint-config-os-team-react

Step 2. Install ESLint plugins

ESLint plugins used by this config must be installed withing your project using the following command:

npx install-peerdeps -D eslint-config-os-team-react

Step 3. Extend your .eslintrc

Add "extends": "os-team-react" to your .eslintrc file and set parserOptions.project to the path of your tsconfig.json.

{
  "extends": "os-team-react",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-os-team-react

Weekly Downloads

31

Version

1.1.49

License

MIT

Unpacked Size

4.9 kB

Total Files

4

Last publish

Collaborators

  • oxilor