From 3037ccbfff850f459b549c0b57d2368785d8fa05 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 22 Feb 2021 14:26:33 +0530 Subject: [PATCH] chore: update .eslintrc to use latest typescript-eslint config --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5c2b0f2..463da34 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,7 @@ { "extends": [ "plugin:adonis/typescriptPackage", - "prettier", - "prettier/@typescript-eslint" + "prettier" ], "plugins": [ "prettier"