From e8e66a6b56a716356c9c1aa6f6d8708be4726235 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sun, 1 May 2022 18:48:30 +0800 Subject: [PATCH] Modify ESLint config Remove extra config item. --- tsconfig.eslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index ffe03eb..b452e22 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,6 +1,6 @@ { "exclude": ["node_modules"], - "include": ["src", "types", "test"], + "include": ["src", "types"], "compilerOptions": { "module": "ESNext", "lib": ["ESNext", "DOM"],