18 lines
575 B
JSON
Executable File
18 lines
575 B
JSON
Executable File
{
|
|
"rulesDirectory": ["node_modules/codelyzer"],
|
|
"rules": {
|
|
"directive-selector": [true, "attribute", "jhi", "camelCase"],
|
|
"component-selector": [true, "element", "jhi", "kebab-case"],
|
|
"no-inputs-metadata-property": true,
|
|
"no-outputs-metadata-property": true,
|
|
"no-host-metadata-property": true,
|
|
"no-input-rename": true,
|
|
"no-output-rename": true,
|
|
"use-lifecycle-interface": true,
|
|
"use-pipe-transform-interface": false,
|
|
"component-class-suffix": true,
|
|
"directive-class-suffix": true,
|
|
"typedef": [true, "call-signature"]
|
|
}
|
|
}
|