mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* simplify tslint and unify main tslint extension in sub folders * remove autofix * fix lint extension and process cloud
11 lines
258 B
JSON
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"]
|
|
}
|
|
}
|
|
|
|
|