From cdf4f8339254394b9dc8eb8b6897c708ce4486d2 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Mon, 24 Feb 2020 18:19:22 -0400 Subject: [PATCH] stupid rule --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": {