Some TSLint rules for Angular projects
npm install @coara/ng-tslintThis is a NPM package with some custom rules for your tslint configuration.
The focus of this configuration is on angluar projects and extend the codelizer package.
Install like a dev dependency the package via npm or yarn:
NPM command
``bash`
npm i @coara/ng-tslint -D
or Yarn conmand
`bash`
yarn add @coara/ng-tslint -D
Then you should extend your current tslint.json with this new configuration:
`json``
{
"extends": "@coara/ng-tslint/tslint-config",
"linterOptions": {
"exclude": ["/some_folder/"]
},
"rules": {
...
}
}
---
Package powered by coara TM