@bradgarropy/eslint-config
v3.1.2
Published
π eslint configuration
Downloads
176
Maintainers
Readme
π eslint-config
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 configYou 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
