1.1.0 • Published 4 months ago

@fa7ad/eslint-config-tfnode v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

eslint-config-tfnode

An eslint config for TS+Node (with prettier)

Usage

Install the config

pnpm add @fa7ad/eslint-config-tfnode

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

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