0.0.7 • Published 6 years ago

adf-tslint-rules v0.0.7

Weekly downloads
751
License
Apache-2.0
Repository
-
Last release
6 years ago

adf-tslint-rules

A set of TSLint rules used on ADF project.

Installation

 npm install adf-tslint-rules

Configuration

{
    "rulesDirectory": [
        "node_modules/codelyzer",
        "node_modules/adf-tslint-rules"
    ],
    "rules": {
        "adf-file-name": true,
        "adf-class-name": true,
        "adf-no-on-prefix-output-name": true
    }
}

Supported Rules

Rule NameDescription
adf-file-nameThe name of the File should not start with ADF Alfresco or Activiti prefix
adf-class-nameThe name of the class should not start with ADF Alfresco or Activiti prefix
adf-no-on-prefix-output-nameAngular allows for an alternative syntax on-*. If the event itself was prefixed with on this would result in an on-onEvent binding expression

|

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago