From c8be3111ad5f50d203bb4fc05b4bf7ca0bbf672a Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:46:10 +0900 Subject: [PATCH] Fix config for standard-with-typescript (#278) --- index.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index 2008a148..f6e53574 100644 --- a/index.js +++ b/index.js @@ -16,11 +16,13 @@ const config = { overrides: [ // https://github.com/standard/eslint-config-standard-with-typescript/tree/v36.1.1#example-config { - files: ['*.js', '*.jsx', '*.ts', '*.tsx'], - extends: 'standard-with-typescript', - parserOptions: { - project: './tsconfig.json' - } + files: [ + '*.js', + '*.jsx', + '*.ts', + '*.tsx' + ], + extends: 'standard-with-typescript' }, { files: [