mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Bumps [semver](https://github.com/npm/node-semver) from 5.3.0 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.3.0...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 Name | Description |
---|---|
adf-file-name |
The name of the File should not start with ADF Alfresco or Activiti prefix |
adf-class-name |
The name of the class should not start with ADF Alfresco or Activiti prefix |
adf-no-on-prefix-output-name |
Angular allows for an alternative syntax on-*. If the event itself was prefixed with on this would result in an on-onEvent binding expression |