diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index f5947c902..ee163d078 100755 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -2,7 +2,6 @@ import js from "@eslint/js"; import globals from "globals"; import pluginVue from "eslint-plugin-vue"; import { defineConfig } from "eslint/config"; - export default defineConfig([ { files: ["**/*.{js,mjs,cjs,vue}"], plugins: { js }, extends: ["js/recommended"], languageOptions: { globals: globals.browser } }, pluginVue.configs["flat/essential"],