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