odds-crawler-frontend/projects/odds-crawler-frontend-common/tslint.json

18 lines
277 B
JSON
Raw Normal View History

2019-04-29 12:43:47 +00:00
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"oddsCrawlerCommon",
"camelCase"
],
"component-selector": [
true,
"element",
"odds-crawler-common",
"kebab-case"
]
}
}