Files
alfresco-ng2-components/demo-shell/tslint.json
Eugenio Romano 27b0ba897a [lint-refactor] simplify tslint and unify main tslint extension in sub folders (#4032)
* simplify tslint and unify main tslint extension  in sub folders

* remove autofix

* fix lint extension and process cloud
2018-11-29 15:04:12 +00:00

11 lines
258 B
JSON

{
"extends": "../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "app", "camelCase"],
"component-selector": [true, "element", "app", "kebab-case"],
"adf-license-banner": [true, "**/*.ts", "./license-community.txt"]
}
}