1.0.6 • Published 6 years ago

@coara/ng-tslint v1.0.6

Weekly downloads
30
License
MIT
Repository
github
Last release
6 years ago

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 -D

or Yarn conmand

yarn add @coara/ng-tslint -D

Configuration

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

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago