Eslint no-param-reassign

// add this line to the rules section of the 'eslintrc.json' file

"no-param-reassign": [2, { 
            "props": false
        }]
Glorious Gnu