Skip to content

Commit

Permalink
botw-schedule - frontend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcordz committed Nov 15, 2024
1 parent 9fefe6e commit 85c4fa3
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 148 deletions.
3 changes: 1 addition & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import rulesOfHooks from "eslint-plugin-react-hooks";
import eslintImport from "eslint-plugin-import";
import typescriptParser from "@typescript-eslint/parser";
import typescriptEslint from "@typescript-eslint/eslint-plugin";
import { fixupPluginRules } from "@eslint/compat";

export default [
// pluginJs.configs.recommended,
Expand All @@ -32,7 +31,7 @@ export default [
plugins: {
"@typescript-eslint": typescriptEslint,
"react-refresh": reactRefresh,
"react-hooks": fixupPluginRules(rulesOfHooks),
"react-hooks": rulesOfHooks,
import: eslintImport,
},
},
Expand Down
Loading

0 comments on commit 85c4fa3

Please sign in to comment.