Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Removed the duplicate dependency
[nonrtric.git]
/
dashboard
/
webapp-frontend
/
src
/
tslint.json
1
{
2
"extends": "../tslint.json",
3
"rules": {
4
"directive-selector": [
5
true,
6
"attribute",
7
"rd",
8
"camelCase"
9
],
10
"component-selector": [
11
true,
12
"element",
13
"rd",
14
"kebab-case"
15
]
16
}
17
}