mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-28231] Enable component-class-suffix (#17384)
* Enable component-class-suffix * Rename file
This commit is contained in:
@@ -61,7 +61,7 @@ export default tseslint.config(
|
||||
"rxjs/no-exposed-subjects": ["error", { allowProtected: true }],
|
||||
|
||||
// TODO: Enable these.
|
||||
"@angular-eslint/component-class-suffix": 0,
|
||||
"@angular-eslint/component-class-suffix": "error",
|
||||
"@angular-eslint/contextual-lifecycle": "error",
|
||||
"@angular-eslint/directive-class-suffix": 0,
|
||||
"@angular-eslint/no-empty-lifecycle-method": 0,
|
||||
|
||||
Reference in New Issue
Block a user