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