diff --git a/.eslintrc.js b/.eslintrc.js index f678df76..d9702ef5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,8 +8,7 @@ module.exports = { extends: [ 'plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended', - 'prettier', - 'prettier/@typescript-eslint', + 'prettier' ], root: true, env: {