From 0e97ecbe0f7c7e104784a315938d82a9d8fd963d Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 16 Feb 2024 13:17:40 +0700 Subject: [PATCH] test(eslint): simplify TypeScript configuration --- .eslintrc.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index e6440ab..0a5ca9e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,11 +6,7 @@ { "files": ["**/*.mts", "**/*.ts"], "extends": ["plugin:@typescript-eslint/recommended"], - "parser": "@typescript-eslint/parser", - "parserOptions": { - "project": ["tsconfig.json"] - }, - "plugins": ["@typescript-eslint", "eslint-plugin-tsdoc"], + "plugins": ["eslint-plugin-tsdoc"], "rules": { "tsdoc/syntax": "error" }