mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Lighten no-param-reassign
This commit is contained in:
parent
bba4c4c85a
commit
c563955d46
@ -31,5 +31,11 @@ module.exports = {
|
||||
'no-continue': 'warn',
|
||||
'no-process-exit': 'off',
|
||||
'no-loop-func': 'off',
|
||||
'no-param-reassign': [
|
||||
'error',
|
||||
{
|
||||
props: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user