mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
18 lines
260 B
JSON
18 lines
260 B
JSON
{
|
|
"extends": "../../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"checkout",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"checkout",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|