diff --git a/server/.eslintrc.json b/server/.eslintrc.json index e6b18afb..aa13685c 100644 --- a/server/.eslintrc.json +++ b/server/.eslintrc.json @@ -17,6 +17,7 @@ "linebreak-style": 0, "no-restricted-globals": 0, "class-methods-use-this": 0, - "no-plusplus": 0 + "no-plusplus": 0, + "no-param-reassign": 0 } }