Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```