diff --git a/aimenet-web/eslint.config.js b/aimenet-web/eslint.config.js index 53dbc9a..e87fa63 100644 --- a/aimenet-web/eslint.config.js +++ b/aimenet-web/eslint.config.js @@ -7,7 +7,7 @@ import tseslint from 'typescript-eslint' export default tseslint.config({ extends: [js.configs.recommended, ...tseslint.configs.recommended], files: ['**/*.{ts,tsx}'], - ignores: ['dist', 'src/components/ui'], + ignores: ['dist', 'src/components/ui/*'], languageOptions: { ecmaVersion: 2021, globals: globals.browser,