Skip to content

Commit

Permalink
Delete some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Nov 19, 2024
1 parent d49f6a9 commit 63664c3
Show file tree
Hide file tree
Showing 5 changed files with 1,219 additions and 66 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import js from "@eslint/js";
import reactQuery from "@tanstack/eslint-plugin-query";
import pluginImport from "eslint-plugin-import";
import reactHooks from "eslint-plugin-react-hooks";
import reactRefresh from "eslint-plugin-react-refresh";
import globals from "globals";
Expand All @@ -18,6 +19,7 @@ export default tseslint.config(
"react-hooks": reactHooks,
"react-refresh": reactRefresh,
"react-query": reactQuery,
import: pluginImport,
},
rules: {
...reactHooks.configs.recommended.rules,
Expand Down
Loading

0 comments on commit 63664c3

Please sign in to comment.