From 8450b08abce167a512e90476e0ecea8cc2f0d51b Mon Sep 17 00:00:00 2001 From: Matthew R Date: Thu, 23 Jul 2020 08:33:48 -0400 Subject: [PATCH] update eslint rules --- .eslintrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4d64bc1..19880fc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -40,6 +40,7 @@ "no-useless-constructor": "off", "@typescript-eslint/no-useless-constructor": 2, "import/extensions": "off", - "no-param-reassign": "off" + "no-param-reassign": "off", + "no-underscore-dangle": "off" } -} \ No newline at end of file +}