mirror of
https://github.com/AIR-EISTI/hades.git
synced 2026-05-10 18:39:09 +02:00
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"app",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"app",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|