Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchoupinax/eslint-config-tchoupinax
My custom config for Typescript
https://github.com/tchoupinax/eslint-config-tchoupinax
Last synced: about 1 month ago
JSON representation
My custom config for Typescript
- Host: GitHub
- URL: https://github.com/tchoupinax/eslint-config-tchoupinax
- Owner: Tchoupinax
- Created: 2023-07-31T08:18:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-05T10:50:50.000Z (8 months ago)
- Last Synced: 2024-06-05T12:27:40.174Z (8 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-tchoupinax
## Installation
```bash
npm install -D eslint-config-tchoupinax
```## How to configure this in the eslint config
```js
module.exports = {
extends: [
"eslint-config-tchoupinax",
],
};
```## List of dependencies
```bash
yarn install -D \
@typescript-eslint/eslint-plugin \
eslint-plugin-import \
eslint-plugin-n \
eslint-plugin-promise \
eslint-plugin-simple-import-sort \
eslint-plugin-typescript-sort-keys \
eslint-plugin-unused-imports
```