From c556ad1c799b68dc680fa0752b7ec2f9d713b90b Mon Sep 17 00:00:00 2001 From: dikshant-coderabbit <162489459+dikshant-coderabbit@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:57:02 +0530 Subject: [PATCH] Update eslint.config.mjs --- eslint.config.mjs | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index a74ed13..f4e97da 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -7,17 +7,4 @@ import { fixupConfigRules } from "@eslint/compat"; export default [ { - files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"], - languageOptions: { - parserOptions: { - ecmaFeatures: { jsx: true }, - }, - globals: globals.browser, - }, - rules: { - ...pluginJs.configs.recommended.rules, - ...tseslint.configs.recommended.rules, - ...fixupConfigRules(pluginReactConfig).rules, - }, - }, -]; \ No newline at end of file +];