diff --git a/.eslintrc.js b/.eslintrc.js index 1e69b99..42a33cc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,10 +7,10 @@ module.exports = { "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", - "prettier/@typescript-eslint", + "prettier", ], "rules": { "no-extra-boolean-cast": "off", "@typescript-eslint/explicit-module-boundary-types": "off", }, -}; \ No newline at end of file +};