@coara/ng-tslint
v1.0.6
Published
Some TSLint rules for Angular projects
Keywords
Readme
ng-tslint
This 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.
How Install it
Install like a dev dependency the package via npm or yarn:
NPM command
npm i @coara/ng-tslint -Dor Yarn conmand
yarn add @coara/ng-tslint -DConfiguration
Then you should extend your current tslint.json with this new configuration:
{
"extends": "@coara/ng-tslint/tslint-config",
"linterOptions": {
"exclude": ["**/some_folder/**"]
},
"rules": {
...
}
}Package powered by coara TM
