mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
27 lines
481 B
JSON
27 lines
481 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
[
|
|
"fuse",
|
|
""
|
|
],
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
[
|
|
"fuse",
|
|
""
|
|
],
|
|
[
|
|
"kebab-case",
|
|
"camelCase"
|
|
]
|
|
]
|
|
}
|
|
}
|