@fa7ad/eslint-config-tfnode

1.1.0 • Public • Published

eslint-config-tfnode

An eslint config for TS+Node (with prettier)

Usage

Install the config

yarn 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'
  }
}

Package Sidebar

Install

npm i @fa7ad/eslint-config-tfnode

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

16.1 kB

Total Files

7

Last publish

Collaborators

  • fa7ad