From ac82eed82bb9b07883de13045697e302d82bf8ec Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Tue, 6 Jan 2026 06:57:14 +0530 Subject: [PATCH] ignore renderer eslint --- apps/x/eslint.config.mts | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/x/eslint.config.mts b/apps/x/eslint.config.mts index 0c7402f4..db327424 100644 --- a/apps/x/eslint.config.mts +++ b/apps/x/eslint.config.mts @@ -25,22 +25,22 @@ export default defineConfig([ }, // browser runtime (renderer) - { - files: ["apps/renderer/**/*.{ts,tsx}"], - extends: [ - js.configs.recommended, - ...tseslint.configs.recommended, - reactHooks.configs.flat.recommended, - reactRefresh.configs.vite, - ], - languageOptions: { - ecmaVersion: 2020, - globals: globals.browser, - parserOptions: { - tsconfigRootDir: __dirname, - }, - }, - }, + // { + // files: ["apps/renderer/**/*.{ts,tsx}"], + // extends: [ + // js.configs.recommended, + // ...tseslint.configs.recommended, + // reactHooks.configs.flat.recommended, + // reactRefresh.configs.vite, + // ], + // languageOptions: { + // ecmaVersion: 2020, + // globals: globals.browser, + // parserOptions: { + // tsconfigRootDir: __dirname, + // }, + // }, + // }, // preload {