Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradgarropy/eslint-config-typescript

🟦 typescript eslint configuration
https://github.com/bradgarropy/eslint-config-typescript

eslint eslint-config typescript

Last synced: 27 days ago
JSON representation

🟦 typescript eslint configuration

Awesome Lists containing this project

README

        

# 🟦 eslint-config-typescript


npm


npm

_My personal [eslint][eslint] configuration for [typescript][typescript]._

## 📦 Installation

This package is hosted on [npm][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.

```javascript
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][issues]
📢 provide feedback with [issues][issues] or on [twitter][twitter]
🙋🏼‍♂️ use my [ama][ama] or [twitter][twitter] to ask any other questions

[eslint]: https://eslint.org
[typescript]: https://typescriptlang.org
[npm]: https://www.npmjs.com/package/@bradgarropy/eslint-config-typescript
[issues]: https://github.com/bradgarropy/eslint-config/issues
[twitter]: https://twitter.com/bradgarropy
[ama]: https://github.com/bradgarropy/ama