From f33e81d6fd2975d235313e4ee0d490d25be19cd2 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 8 Nov 2025 18:57:58 +0100 Subject: Fix scrolling on mobile finally! --- src/frontend/eslint.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/eslint.config.js') diff --git a/src/frontend/eslint.config.js b/src/frontend/eslint.config.js index 2439911..9414644 100644 --- a/src/frontend/eslint.config.js +++ b/src/frontend/eslint.config.js @@ -1,13 +1,13 @@ import js from "@eslint/js"; -import globals from "globals"; import reactHooks from "eslint-plugin-react-hooks"; import reactRefresh from "eslint-plugin-react-refresh"; +import globals from "globals"; import tseslint from "typescript-eslint"; export default tseslint.config( { ignores: ["dist", "build", ".react-router", "node_modules"] }, { - extends: [js.configs.recommended, ...tseslint.configs.recommended], + extends: [js.configs.recommended], files: ["**/*.{ts,tsx}"], languageOptions: { ecmaVersion: 2020, -- cgit v1.3