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

https://github.com/fa7ad/eslint-config-tfnode

An eslint config for TS+Node
https://github.com/fa7ad/eslint-config-tfnode

Last synced: 12 months ago
JSON representation

An eslint config for TS+Node

Awesome Lists containing this project

README

          

# eslint-config-tfnode
An eslint config for TS+Node (with prettier)

## Usage

Install the config
```bash
yarn add @fa7ad/eslint-config-tfnode
```

Create a `.eslintrc.js` file with the following content:

```javascript
require('@fa7ad/eslint-config-tfnode/patch')
module.exports = {
extends: '@fa7ad/eslint-config-tfnode',
parserOptions: {
project: './tsconfig.json'
}
}
```