Skip to content

Commit

Permalink
feat(eslint-plugin-experience): disable no-output-native
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Feb 26, 2024
1 parent 4ed6f67 commit ae6b1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@ module.exports = {
'@angular-eslint/no-empty-lifecycle-method': 'error',
'@angular-eslint/no-input-prefix': 'error',
'@angular-eslint/no-lifecycle-call': 'error',
'@angular-eslint/no-output-native': 'error',
'@angular-eslint/no-output-on-prefix': 'error',
'@angular-eslint/no-queries-metadata-property': 'error',
'@angular-eslint/prefer-on-push-component-change-detection': 'error',
Expand Down Expand Up @@ -883,6 +882,7 @@ module.exports = {
'@angular-eslint/no-host-metadata-property': 'off',
'@angular-eslint/no-input-rename': 'off',
'@angular-eslint/no-inputs-metadata-property': 'off',
'@angular-eslint/no-output-native': 'off',
'@angular-eslint/no-output-rename': 'off',
'@angular-eslint/no-outputs-metadata-property': 'off',
'@angular-eslint/no-pipe-impure': 'off',
Expand Down

0 comments on commit ae6b1a0

Please sign in to comment.