0.1.3 • Published 3 years ago

@sotream/eslint-config-nestjs v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ESLint config file for NestJS projects

Installation

With yarn:

yarn add -D @sotream/eslint-config-nestjs

With npm:

npm i -D @sotream/eslint-config-nestjs

Usage

Create .eslintrc.js file:

module.exports = {
  "extends": [
    "@sotream/eslint-config-nestjs"
  ],
  "rules": {
      // overrides ...
  }
}