2.0.1 ⢠Published 9 months ago
@bradgarropy/eslint-config-typescript v2.0.1
š¦ eslint-config-typescript
My personal eslint configuration for typescript.
š¦ Installation
This package is hosted on npm.
Install the configuration as a development dependency.
npm install --dev @bradgarropy/eslint-config-typescript
š„ Usage
Create an eslint.config.js
file in the root of your project and tell it to extend the configuration.
import bgConfigTypescript from "@bradgarropy/eslint-config-typescript"
const config = [...bgConfigTypescript]
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