blob: 1db9f39cdb97b25aaa7f55906383caf9ba31a3c7 [file] [log] [blame]
Sean Condonff85fbe2019-03-16 14:28:46 +00001{
2 "extends": "../../tslint.json",
3 "rules": {
4 "directive-selector": [
5 true,
6 "attribute",
7 "onos",
8 "camelCase"
9 ],
10 "component-selector": [
11 true,
12 ["element", "attribute"],
13 "onos",
14 "kebab-case"
15 ]
16 }
17}