https://github.com/bradgarropy/eslint-config
💎 eslint configuration
https://github.com/bradgarropy/eslint-config
eslint eslint-config prettier
Last synced: 4 months ago
JSON representation
💎 eslint configuration
- Host: GitHub
- URL: https://github.com/bradgarropy/eslint-config
- Owner: bradgarropy
- License: mit
- Created: 2020-12-09T17:39:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T14:55:42.000Z (5 months ago)
- Last Synced: 2025-03-18T02:36:27.535Z (4 months ago)
- Topics: eslint, eslint-config, prettier
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@bradgarropy/eslint-config
- Size: 145 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# 💎 eslint-config
[![version][version-badge]][npm]
[![downloads][downloads-badge]][npm]
[![contributing][contributing-badge]][contributing]
[![contributors][contributors-badge]][contributors]_My personal [eslint][eslint] configuration._
## 📦 Installation
This package is hosted on [npm][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.
```javascript
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][issues]
📢 provide feedback with [issues][issues] or on [twitter][twitter]
🙋🏼♂️ use my [ama][ama] or [twitter][twitter] to ask any other questions## ✨ contributors
Brad Garropy
💻 📖 🚇 ⚠️
Josh Goldberg ✨
👀 🔧
[version-badge]: https://img.shields.io/npm/v/@bradgarropy/eslint-config.svg?color=FB3B49&style=flat-square
[downloads-badge]: https://img.shields.io/npm/dt/@bradgarropy/eslint-config?style=flat-square
[npm]: https://www.npmjs.com/package/@bradgarropy/eslint-config
[eslint]: https://eslint.org
[issues]: https://github.com/bradgarropy/eslint-config/issues
[twitter]: https://twitter.com/bradgarropy
[ama]: https://github.com/bradgarropy/ama
[contributing]: https://github.com/bradgarropy/eslint-config/blob/main/contributing.md
[contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square
[contributors]: #-Contributors
[contributors-badge]: https://img.shields.io/github/all-contributors/bradgarropy/eslint-config?