From 7a2dd9096056c7637650539237377e7e481ec5cf Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 2 Jun 2021 11:47:52 +0800 Subject: [PATCH] update eslint config --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 06d0c5a..f58b0ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,7 +42,7 @@ module.exports = { parser: '@typescript-eslint/parser', extends: [ 'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin - 'prettier/@typescript-eslint', + // 'prettier/@typescript-eslint', ], }, ],