@coara/nest-tslint
v0.0.1
Published
Some TSLint rules for Nest projects
Downloads
24
Keywords
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