mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 09:44:39 +00:00
17 lines
245 B
JSON
17 lines
245 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [
|
|
true,
|
|
"attribute",
|
|
false,
|
|
"camelCase"
|
|
],
|
|
"component-selector": [
|
|
false,
|
|
"element",
|
|
false,
|
|
"kebab-case"
|
|
]
|
|
}
|
|
}
|