diff --git a/.eslintrc.json b/.eslintrc.json index 3fb8463..f288bc8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -162,12 +162,6 @@ "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/ban-ts-comment": "off" } - }, - { - "files": ["**/*.d.ts"], - "rules": { - "import/no-default-export": "off" - } } ] }