From 13346298c7de282e28add13db33668086400bab5 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Wed, 21 Apr 2021 20:39:26 -0400 Subject: [PATCH] fix lint config --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5a2a12451a..3458c627fc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -45,7 +45,7 @@ module.exports = { files: ["types/*.ts", "src/*.ts"], parser: '@typescript-eslint/parser', rules: { - "import/no-duplicates": "off" + "import/no-duplicates": "off", "import/extensions": "off" } },