backend/projects/ui-money/tslint.json
2019-11-07 21:15:26 +09:00

18 lines
256 B
JSON

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"uiMoney",
"camelCase"
],
"component-selector": [
true,
"element",
"ui-money",
"kebab-case"
]
}
}