@coara/nest-tslint

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @coara/nest-tslint

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

2.38 kB

Total Files

4

Last publish

Collaborators

  • amagraner
  • miquelferrerllompart
  • francescjaume
  • josepmorey
  • cuni0716