diff --git a/.eslintrc.json b/.eslintrc.json index 8b99cfe..3110ef5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,11 +5,12 @@ "project": "./tsconfig.base.json", "sourceType": "module" }, - "plugins": ["@typescript-eslint", "prettier"], + "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking" + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "prettier" ] }