diff --git a/.eslintrc.json b/.eslintrc.json index 8f0cc2e1..29ec4835 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -77,7 +77,9 @@ "line-comment-position": "off", // if someone does this it's probably intentional - "no-useless-concat": "off" + "no-useless-concat": "off", + + "no-plusplus": "off" }, "parser": "babel-eslint", "env": {