Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 3.13 KB

readme.md

File metadata and controls

72 lines (53 loc) · 3.13 KB

💎 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

Brad Garropy
Brad Garropy

💻 📖 🚇 ⚠️
Josh Goldberg ✨
Josh Goldberg ✨

👀 🔧