diff --git a/.eslintrc.json b/.eslintrc.json index 2b1d832..12191d5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,7 @@ "never" ], "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/explicit-module-boundary-types": ["off"], + "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-var-requires": "off" } } \ No newline at end of file