summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/tslint.json
blob: d0196ec1085a0fa88c222a7d3df1c5705e82fc10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "extends": "../../tslint.json",
  "rules": {
    "directive-selector": [
      true,
      "attribute",
      "enl",
      "camelCase"
    ],
    "component-selector": [
      true,
      "element",
      "enl",
      "kebab-case"
    ]
  }
}