From ae6b1a0bb30e79bab0a1552b599402b7743cc9ba Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 26 Feb 2024 18:50:40 +0300 Subject: [PATCH] feat(eslint-plugin-experience): disable `no-output-native` --- projects/eslint-plugin-experience/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 410c270f..b20e6fe4 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -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', @@ -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',