mirror of
https://github.com/Ride-The-Lightning/RTL
synced 2024-11-09 13:10:44 +00:00
18 lines
314 B
JSON
18 lines
314 B
JSON
|
{
|
||
|
"extends": "../tslint.json",
|
||
|
"rules": {
|
||
|
"directive-selector": [
|
||
|
true,
|
||
|
"attribute",
|
||
|
"rtl",
|
||
|
"camelCase"
|
||
|
],
|
||
|
"component-selector": [
|
||
|
true,
|
||
|
"element",
|
||
|
"rtl",
|
||
|
"kebab-case"
|
||
|
]
|
||
|
}
|
||
|
}
|