Eslint sem param-resenhe
// add this line to the rules section of the 'eslintrc.json' file
"no-param-reassign": [2, {
"props": false
}]
Glorious Gnu
// add this line to the rules section of the 'eslintrc.json' file
"no-param-reassign": [2, {
"props": false
}]