ucap-angular/projects/web-socket/tslint.json
richard-loafle 3bdd6bac6c bug fixed
2020-04-09 17:56:38 +09:00

8 lines
187 B
JSON

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