blob: a447186313d544404e085e49dbcd08c5036d3386 [file] [log] [blame]
{
"extends": "../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"flink",
"camelCase"
],
"component-selector": [
true,
[
"attribute",
"element"
],
"flink",
"kebab-case"
]
}
}