mirror of
https://github.com/mempool/mempool.git
synced 2025-01-01 03:04:27 +01:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
"app",
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
true,
|
|
"element",
|
|
"app",
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|