2.1.0 ⢠Published 9 months ago
@bradgarropy/eslint-config v2.1.0
š 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]
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