1.7.5 • Published 5 years ago

@ngxa/rules v1.7.5

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
5 years ago

@ngxa/rules

npm License: MIT

Angular rules library to enforce a consistent code style.

Installation

You can install @ngxa/rules using npm.

npm install --save-dev tslint@"^5.11.0" @ngxa/rules

Usage

To use these rules, use configuration inheritance via the extends keyword.

A sample configuration is shown below, where tslint.json lives adjacent to your node_modules folder:

{
  "extends": ["@ngxa/rules"],
  "rules": {
    // override tslint rules here
  }
}
1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago