Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterodin/eslint-config-typescript
Personal eslint config for typescript
https://github.com/masterodin/eslint-config-typescript
Last synced: 27 days ago
JSON representation
Personal eslint config for typescript
- Host: GitHub
- URL: https://github.com/masterodin/eslint-config-typescript
- Owner: MasterOdin
- License: mit
- Created: 2020-05-30T14:37:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T10:58:44.000Z (over 1 year ago)
- Last Synced: 2024-10-03T06:44:39.913Z (about 1 month ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @masterodin/eslint-config-typescript
[![npm (scoped)](https://img.shields.io/npm/v/@masterodin/eslint-config-typescript)](https://npmjs.com/package/@masterodin/eslint-config-typescript)
Shareable eslint config for typescript projects.
## Installation
```bash
npm install --save-dev @masterodin/eslint-config-typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin
```## Usage
Alter your eslintrc file to have:
```json
{
"extends": [
"@masterodin/eslint-config-typescript"
]
}
```