odds-crawler-frontend/projects/odds-crawler-frontend-app/tslint.json
2019-04-29 21:43:47 +09:00

18 lines
271 B
JSON

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"oddsCrawlerApp",
"camelCase"
],
"component-selector": [
true,
"element",
"odds-crawler-app",
"kebab-case"
]
}
}