red-ui/libs/red-cache/tslint.json
2020-11-12 19:14:43 +02:00

11 lines
272 B
JSON

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "redaction", "camelCase"],
"component-selector": [true, "element", "redaction", "kebab-case"]
},
"linterOptions": {
"exclude": ["!**/*"]
}
}