0.0.1 • Published 6 years ago

@coara/nest-tslint v0.0.1

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

nest-tslint

This is a NPM package with some custom rules for your tslint configuration. The focus of this configuration is on nest JS projects and extend the tslint:recomended rules.

How Install it

Install like a dev dependency the package via npm or yarn:

NPM command

npm i @coara/nest-tslint -D

or Yarn conmand

yarn add @coara/nest-tslint -D

Configuration

Then you should extend your current tslint.json with this new configuration:

{
  "extends": "@coara/nest-tslint/tslint-config",
  "linterOptions": {
    "exclude": ["**/some_folder/**"]
  },
  "rules": {
      ...
  }
}

Package powered by coara TM

0.0.1

6 years ago