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 {