Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/acm-ucr/starlight into vinvy…
Browse files Browse the repository at this point in the history
…l/addHoverAnimation
  • Loading branch information
vinvyl committed Nov 26, 2024
2 parents 49e2820 + 17773d7 commit 6ac025f
Show file tree
Hide file tree
Showing 19 changed files with 1,975 additions and 134 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import tseslint from "typescript-eslint";
import react from "eslint-plugin-react";
import prettier from "eslint-plugin-prettier/recommended";
import query from "@tanstack/eslint-plugin-query";
import reactHooks from "eslint-plugin-react-hooks";

export default [
{
Expand All @@ -23,6 +24,7 @@ export default [
prettier: prettier,
"@typescript-eslint": tseslint.plugin,
"@tanstack/query": query,
"react-hooks": reactHooks,
},
},
{
Expand Down
Loading

0 comments on commit 6ac025f

Please sign in to comment.