CAU-ICT-Spring-2019-Project-1/src/tslint.json

18 lines
244 B
JSON
Raw Normal View History

2019-05-15 02:33:39 +00:00
{
"extends": "../tslint.json",
"rules": {
"directive-selector": [
true,
"attribute",
"app",
"camelCase"
],
"component-selector": [
true,
"element",
"app",
"kebab-case"
]
}
}