From 03f1f60fe7dc444f00b44cc7601045d7dc14ece0 Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Tue, 23 Feb 2021 12:36:12 +0530 Subject: [PATCH] update eslint config for eslint-config-prettier v8 --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7de5f870..c006a7e3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -89,7 +89,7 @@ ], "extends": [ "plugin:@typescript-eslint/recommended", - "prettier/@typescript-eslint" + "prettier" ], "rules": { "@typescript-eslint/explicit-function-return-type": "off",