From 4eca24b4c13dbc01b85b2e5e6bff7cc37033e891 Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Thu, 1 Aug 2019 16:25:49 +0800 Subject: [PATCH] perf: remove parserOptions.project ref: https://github.com/typescript-eslint/typescript-eslint/issues/389 --- base.js | 1 - 1 file changed, 1 deletion(-) diff --git a/base.js b/base.js index 0865114..d9ad3e7 100644 --- a/base.js +++ b/base.js @@ -21,7 +21,6 @@ module.exports = { impliedStrict: true, }, ecmaVersion: 2019, - project: 'tsconfig.json', sourceType: 'module', }, plugins: ['@typescript-eslint', 'unicorn'],