https://github.com/silverwind/eslint-config-silverwind-typescript
Exhaustive ESLint configuration with typescript
https://github.com/silverwind/eslint-config-silverwind-typescript
Last synced: about 1 year ago
JSON representation
Exhaustive ESLint configuration with typescript
- Host: GitHub
- URL: https://github.com/silverwind/eslint-config-silverwind-typescript
- Owner: silverwind
- Created: 2023-04-08T17:42:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T09:26:42.000Z (about 2 years ago)
- Last Synced: 2024-05-30T04:59:09.825Z (about 2 years ago)
- Language: Makefile
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-silverwind-typescript [](https://www.npmjs.org/package/eslint-config-silverwind-typescript) [](https://raw.githubusercontent.com/silverwind/eslint-config-silverwind-typescript/master/LICENSE)
Exhaustive ESLint configuration for Typescript
## Usage
In your `.eslintrc.yaml`:
```yaml
extends:
- eslint-config-silverwind-typescript
```
Add `tsconfig.json`:
```bash
curl -sO https://raw.githubusercontent.com/silverwind/eslint-config-silverwind/master/tsconfig.json
```
## Related
- [eslint-config-silverwind](https://github.com/silverwind/eslint-config-silverwind)
- [eslint-config-silverwind-react](https://github.com/silverwind/eslint-config-silverwind-react)
© [silverwind](https://github.com/silverwind), distributed under BSD licence.