Skip to content

Commit

Permalink
build(app): update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Dec 23, 2024
1 parent 31d66c0 commit 176a5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ export default typescriptEslint.config(
rules: {
'@angular-eslint/component-class-suffix': 'error',
'@angular-eslint/directive-class-suffix': 'error',
'@angular-eslint/no-host-metadata-property': 'error',
'@angular-eslint/no-input-rename': 'error',
'@angular-eslint/no-inputs-metadata-property': 'error',
'@angular-eslint/no-output-on-prefix': 'error',
'@angular-eslint/no-output-rename': 'error',
'@angular-eslint/no-outputs-metadata-property': 'error',
'@angular-eslint/prefer-standalone': 'off',
'@angular-eslint/use-lifecycle-interface': 'error',
'@angular-eslint/use-pipe-transform-interface': 'error',
'@typescript-eslint/consistent-type-definitions': 'error',
Expand Down

0 comments on commit 176a5c2

Please sign in to comment.