2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-09 13:10:44 +00:00
RTL/src/tslint.json

18 lines
314 B
JSON
Raw Normal View History

{
"extends": "../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"rtl",
"camelCase"
],
"component-selector": [
true,
"element",
"rtl",
"kebab-case"
]
}
}