2.1.0 • Published 10 months ago

@bradgarropy/eslint-config-react v2.1.0

Weekly downloads
19
License
MIT
Repository
github
Last release
10 months ago

⚛️ eslint-config-react

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.

2.1.0

10 months ago

2.0.0

10 months ago

1.2.0

1 year ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago