From 767f45129c9ce062bd62b0a6a7750ea20f50dcbe Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 21 May 2021 08:40:36 +0200 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1e69b99..42a33cc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,10 +7,10 @@ module.exports = { "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", - "prettier/@typescript-eslint", + "prettier", ], "rules": { "no-extra-boolean-cast": "off", "@typescript-eslint/explicit-module-boundary-types": "off", }, -}; \ No newline at end of file +};