mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Improve lint
This commit is contained in:
parent
b682782093
commit
4a7eeb62f1
@ -3,7 +3,7 @@
|
||||
<img [src]="getUserAvatarPath()" alt="Avatar" />
|
||||
|
||||
<div class="logged-in-info">
|
||||
<a routerLink="/account/settings" class="logged-in-username">{{ user.username }}</a>
|
||||
<a routerLink="/account/settings" class="logged-in-username">{{ user.username }}</a>
|
||||
<div class="logged-in-email">{{ user.email }}</div>
|
||||
</div>
|
||||
|
||||
|
@ -13,22 +13,27 @@
|
||||
"variables-before-functions"
|
||||
],
|
||||
|
||||
"angular-whitespace": [true, "check-interpolation", "check-semicolon"],
|
||||
"banana-in-box": true,
|
||||
"templates-no-negated-async": true,
|
||||
"directive-selector": [true, "attribute", "my", "camelCase"],
|
||||
"component-selector": [true, "element", "my", "kebab-case"],
|
||||
"use-input-property-decorator": true,
|
||||
"use-output-property-decorator": true,
|
||||
"use-host-property-decorator": true,
|
||||
"use-view-encapsulation": true,
|
||||
"no-attribute-parameter-decorator": true,
|
||||
"no-input-rename": true,
|
||||
"no-output-rename": true,
|
||||
"no-output-on-prefix": true,
|
||||
"no-forward-ref": false,
|
||||
"use-life-cycle-interface": true,
|
||||
"contextual-life-cycle": true,
|
||||
"trackBy-function": false,
|
||||
"use-pipe-transform-interface": true,
|
||||
"pipe-naming": [true, "camelCase", "my"],
|
||||
"component-class-suffix": true,
|
||||
"directive-class-suffix": true,
|
||||
"templates-use-public": true,
|
||||
"no-access-missing-member": false,
|
||||
"invoke-injectable": true
|
||||
"pipe-impure": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user