Newer
Older
{
"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,

Michael Breu
committed
"directive-class-suffix": true
},
"linterOptions": {
"exclude": ["src/main/webapp/content/js/duplicate/**/*"]
}