Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
8358d769b0bbbfcee017cd7f79a73f0cb45e21f4
/
.
/
web
/
gui2-topo-lib
/
projects
/
gui2-topo-lib
/
tslint.json
blob: 1db9f39cdb97b25aaa7f55906383caf9ba31a3c7 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tslint.json"
,
"rules"
:
{
"directive-selector"
:
[
true
,
"attribute"
,
"onos"
,
"camelCase"
],
"component-selector"
:
[
true
,
[
"element"
,
"attribute"
],
"onos"
,
"kebab-case"
]
}
}