mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
chore: change eslint param reassign
This commit is contained in:
parent
37fdf7ab3b
commit
f66c408fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ module.exports = {
|
|||
'no-eval': 'off',
|
||||
'no-await-in-loop': 'off',
|
||||
'no-nested-ternary': 'off',
|
||||
'no-param-reassign': 'off',
|
||||
'no-param-reassign': ["error", { "props": false }],
|
||||
'prefer-destructuring': 'off',
|
||||
'@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
|
||||
'import/extensions': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue