This package has been deprecated

Author message:

This package is deprecated. Please use @bradgarropy/eslint-config instead.

@bradgarropy/eslint-config-react

2.2.0 • Public • Published

⚛️ eslint-config-react

This package is deprecated. Please use @bradgarropy/eslint-config instead.


npm npm

My personal eslint configuration for react.

📦 Installation

This package is hosted on npm.

Install the configuration as a development dependency.

npm install --dev @bradgarropy/eslint-config-react

🥑 Usage

Create an eslint.config.js file in the root of your project. Then import the configuration and add it to the list of configuration objects.

import bgReactConfig from "@bradgarropy/eslint-config-react"

const config = [...bgReactConfig]

export default config

You can add more ESLint configuration options in this file if you want.

❔ Questions

If you have any trouble, definitely open an issue and I'll take a look.

Or you can consult the ESLint Shareable Configs documentation.

And if all else fails, you can ask me directly on Twitter or my AMA.

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i @bradgarropy/eslint-config-react

    Weekly Downloads

    4

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    8.22 kB

    Total Files

    13

    Last publish

    Collaborators

    • bradgarropy