mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:53:24 +00:00
chore: change eslint param reassign
This commit is contained in:
@@ -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': [
|
||||
|
Reference in New Issue
Block a user