From 089872f994e25da90fff3ba2551610378b4bed4d Mon Sep 17 00:00:00 2001 From: Kevin Nzeng Date: Mon, 20 Sep 2021 00:15:16 +0200 Subject: [PATCH] fix(eslint): update eslint configuration (#96) --- .eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 848e2a0..b02067c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,7 +12,6 @@ module.exports = { 'plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended', 'prettier', - 'prettier/@typescript-eslint', ], root: true, env: { @@ -34,4 +33,4 @@ module.exports = { }, ], }, -}; \ No newline at end of file +};