Files
ISA-Frontend/libs/ui/tslint.json
Milos Jovanov 5f3b801d7f [HIMA-111] UI library
- Added folder libs to root of project where our libraries will be
- Moved search-input and card components to UI library
- Updated FE to use new UI library
2019-03-05 12:45:10 +01:00

18 lines
247 B
JSON

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