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