mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-09 19:21:29 +01: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"
|
|
]
|
|
}
|
|
}
|