3.1.2 • Published 7 months ago

@bradgarropy/eslint-config v3.1.2

Weekly downloads
118
License
MIT
Repository
github
Last release
7 months ago

💎 eslint-config

version downloads contributing contributors

My personal eslint configuration.

📦 Installation

This package is hosted on npm.

Install the configuration as a development dependency.

npm install --dev @bradgarropy/eslint-config

🥑 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 bgConfig from "@bradgarropy/eslint-config"

const config = [
    ...bgConfig,
    // { Your configuration goes here. },
]

export default config

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

❔ Questions

🐛 report bugs by filing issues
📢 provide feedback with issues or on twitter
🙋🏼‍♂️ use my ama or twitter to ask any other questions

✨ contributors

3.1.2

7 months ago

3.1.1

9 months ago

3.1.0

11 months ago

3.0.1

11 months ago

3.0.0

11 months ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago