From bbf369c25b2cbb3cdd72b15c036e041373486a23 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 16 Apr 2025 15:41:27 -0400 Subject: [PATCH] Revert extraneous eslint/tsconfig changes --- eslint.config.js | 3 +-- tsconfig.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 38500e1d7..2b8b77f3c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -13,8 +13,7 @@ export default [ ignores: [ 'src/scripts/*', 'src/extensions/core/*', - 'src/types/vue-shim.d.ts', - 'browser_tests/**/*' + 'src/types/vue-shim.d.ts' ] }, { diff --git a/tsconfig.json b/tsconfig.json index aacf1d99d..592a2ba6d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,7 +35,6 @@ "src/**/*.vue", "src/types/**/*.d.ts", "tests-ui/**/*", - "global.d.ts", - "eslint.config.js" + "global.d.ts" ] }