@marsbased/marstyle-angular

1.5.1 • Public • Published

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

/@marsbased/marstyle-angular/

    Package Sidebar

    Install

    npm i @marsbased/marstyle-angular

    Weekly Downloads

    4

    Version

    1.5.1

    License

    MIT

    Unpacked Size

    14.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • karlos1337
    • xredo
    • david_gg
    • javier-artero