1.5.1 • Published 5 years ago

@marsbased/marstyle-angular v1.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

npm version dependencies

marstyle-angular

Set of tslint rules for Angular projects.

It imports TypeScript rules from @marsbased/marstyle-typescript

It includes codelyzer rules.

How to use?

Install the dependency

npm i @marsbased/marstyle-angular --save-dev

Use it from your tslint.json file

{
  "extends": ["@marsbased/marstyle-angular"]
}

If you prefer you can overwrite some rules:

{
  "extends": ["@marsbased/marstyle-angular"],
  "rules": {
    "adjacent-overload-signatures": false
  }
}