Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bradgarropy/eslint-config-typescript
- Owner: bradgarropy
- License: mit
- Created: 2020-12-09T17:40:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T21:13:24.000Z (3 months ago)
- Last Synced: 2024-09-15T22:38:55.453Z (about 2 months ago)
- Topics: eslint, eslint-config, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@bradgarropy/eslint-config-typescript
- Size: 210 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 🟦 eslint-config-typescript
_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