@isfawwaz/eslint-config-react

1.0.0-rc.1 • Public • Published

@isfawwaz/eslint-config-react

NPM version Downloads

Shared ESLint configuration for projects that use React.

Installation

npm install --save-dev @isfawwaz/eslint-config-react
# or
pnpm add -D @isfawwaz/eslint-config-react
# or
yarn add -D @isfawwaz/eslint-config-react

Usage

Create a .eslintrc.json file in the project root and extend @isfawwaz/eslint-config-react.

This package should be used in conjunction with @isfawwaz/eslint-config-base.

Example

{
  "root": true,
  "env": {
    "browser": true
  },
  "extends": ["@isfawwaz/eslint-config-base/esm", "@isfawwaz/eslint-config-react"]
}

Package Sidebar

Install

npm i @isfawwaz/eslint-config-react

Weekly Downloads

2

Version

1.0.0-rc.1

License

MIT

Unpacked Size

8.47 kB

Total Files

5

Last publish

Collaborators

  • isfawwaz