diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 6f5a9521..99008786 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -171,7 +171,6 @@ module.exports = { ], '@taiga-ui/experience/no-private-esnext-fields': 'error', '@taiga-ui/experience/no-simple-for-of': 'error', - '@taiga-ui/experience/no-typeof': 'error', '@taiga-ui/experience/prefer-inject-decorator': 'error', '@taiga-ui/experience/prefer-self-destroy-service': 'error', '@taiga-ui/experience/strict-tui-doc-example': 'error', @@ -379,7 +378,6 @@ module.exports = { selector: 'classProperty', }, ], - '@typescript-eslint/no-base-to-string': 'error', '@typescript-eslint/no-confusing-non-null-assertion': 'error', '@typescript-eslint/no-duplicate-enum-values': 'error', '@typescript-eslint/no-empty-function': [ @@ -852,9 +850,11 @@ module.exports = { '@angular-eslint/use-component-selector': 'off', '@angular-eslint/use-component-view-encapsulation': 'off', '@angular-eslint/use-injectable-provided-in': 'off', + '@taiga-ui/experience/no-typeof': 'off', '@typescript-eslint/ban-ts-comment': 'off', '@typescript-eslint/consistent-type-imports': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', + '@typescript-eslint/no-base-to-string': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-shadow': 'off',