@sotream/eslint-config-nestjs
v0.1.3
Published
ESLint configs for nestjs applications
Downloads
2
Maintainers
Readme
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 ...
}
}