aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/eslint.config.js
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-14 00:21:30 +0900
committernsfisis <nsfisis@gmail.com>2026-02-14 00:21:30 +0900
commit6588e61674059612dc95c3216f54720b1c42f6ee (patch)
tree4ff7cdf1b0fa97289ff5deaf795a7ed15e022a75 /frontend/eslint.config.js
parent7258ca81812a24edd382438ce6e9ebc538549427 (diff)
downloadphperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.tar.gz
phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.tar.zst
phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.zip
feat(frontend): update dependencies
Diffstat (limited to 'frontend/eslint.config.js')
-rw-r--r--frontend/eslint.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js
index 0fe10e9..900096f 100644
--- a/frontend/eslint.config.js
+++ b/frontend/eslint.config.js
@@ -1,8 +1,8 @@
import js from "@eslint/js";
+import { defineConfig, globalIgnores } from "eslint/config";
import jsxA11y from "eslint-plugin-jsx-a11y";
import react from "eslint-plugin-react";
import reactHooks from "eslint-plugin-react-hooks";
-import { defineConfig, globalIgnores } from "eslint/config";
import globals from "globals";
import ts from "typescript-eslint";
@@ -12,7 +12,7 @@ export default defineConfig(
ts.configs.recommended,
react.configs.flat.recommended,
react.configs.flat["jsx-runtime"],
- reactHooks.configs["recommended-latest"],
+ reactHooks.configs.flat["recommended-latest"],
jsxA11y.flatConfigs.recommended,
{
languageOptions: {