Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
27f06da0fbd8a8b1827af9729e8174048010a99d
/
.
/
tools
/
package
/
archetypes
/
ui2
/
src
/
main
/
resources
/
archetype-resources
/
web
/
__artifactId__-gui
/
projects
/
__artifactId__-gui-lib
/
tslint.json
blob: ee5daee21ee88a0989bacebd4b7cab7045dddc62 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tslint.json"
,
"rules"
:
{
"directive-selector"
:
[
true
,
"attribute"
,
"${artifactId}"
,
"camelCase"
],
"component-selector"
:
[
true
,
"element"
,
"${artifactId}"
,
"kebab-case"
]
}
}