Détail du package

@bradgarropy/eslint-config-typescript

bradgarropy6.4kMITobsolète2.1.0

This package is deprecated. Please use @bradgarropy/eslint-config instead.

🟦 typescript eslint configuration

eslint, eslint-config, typescript

readme

🟦 eslint-config-typescript

This package is deprecated. Please use @bradgarropy/eslint-config instead.


npm

npm

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