From fc0b4a7590668f24cb0b2a775ba475f864af7702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E6=B2=9B=E6=9D=83?= Date: Tue, 15 Jun 2021 15:29:06 +0800 Subject: [PATCH] chore: test git hooks --- .eslintrc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.ts b/.eslintrc.ts index 72013e8..6a2cc04 100644 --- a/.eslintrc.ts +++ b/.eslintrc.ts @@ -5,6 +5,7 @@ module.exports = { browser: true, }, extends: [ + 'eslint:recommended', 'prettier', ], parser: '@typescript-eslint/parser',