@coara/nest-tslint

Some TSLint rules for Nest projects

Usage no npm install needed!

<script type="module">
  import coaraNestTslint from 'https://cdn.skypack.dev/@coara/nest-tslint';
</script>

README

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