Skip to content

Commit

Permalink
fix(eslint-config-angular): ignore no-param-reassign (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 23, 2021
1 parent 97af80e commit 6682f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-angular/internal/base.js
Expand Up @@ -16,7 +16,7 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
rules: {
'no-param-reassign': 'error',
'no-param-reassign': 'off',

/**
* @note: note you must disable the base rule
Expand Down

0 comments on commit 6682f9f

Please sign in to comment.