Skip to content

Commit

Permalink
feat(eslint-plugin-experience): disable ngDevMode rule
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jan 19, 2024
1 parent a2d2bb1 commit 3047a38
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 @@ -157,7 +157,6 @@ module.exports = {
},
],
'@taiga-ui/experience/injection-token-description': 'error',
'@taiga-ui/experience/no-assert-without-ng-dev-mode': 'error',
'@taiga-ui/experience/no-deep-imports': [
'error',
{
Expand Down Expand Up @@ -858,6 +857,7 @@ 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-assert-without-ng-dev-mode': 'off',
'@taiga-ui/experience/no-typeof': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
Expand Down

0 comments on commit 3047a38

Please sign in to comment.