diff --git a/.eslintrc.json b/.eslintrc.json index f1f15b9..af3e032 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -38,6 +38,7 @@ "object-curly-newline": "off", "import/prefer-default-export": "off", "no-useless-constructor": "off", - "@typescript-eslint/no-useless-constructor": 2 + "@typescript-eslint/no-useless-constructor": 2, + "import/extensions": "off" } } \ No newline at end of file