Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 9468c96

Browse files
Merge pull request #48 from debater-coder/sidebar
Revamp sidebar and create `BottomNavSheet`
2 parents fafc910 + 0faeb8c commit 9468c96

File tree

16 files changed

+568
-225
lines changed

16 files changed

+568
-225
lines changed

.eslintrc.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"plugin:@typescript-eslint/recommended",
1111
"plugin:react/recommended",
1212
"plugin:react/jsx-runtime",
13-
"prettier",
14-
"plugin:react-hooks/recommended"
13+
"plugin:react-hooks/recommended",
14+
"plugin:@tanstack/eslint-plugin-query/recommended",
15+
"prettier"
1516
],
1617
"parserOptions": {
1718
"ecmaFeatures": {
@@ -20,7 +21,13 @@
2021
"ecmaVersion": "latest",
2122
"sourceType": "module"
2223
},
23-
"plugins": ["no-loops", "@typescript-eslint", "react"],
24+
"plugins": [
25+
"no-loops",
26+
"@typescript-eslint",
27+
"react",
28+
"react-hooks",
29+
"@tanstack/eslint-plugin-query"
30+
],
2431
"rules": {
2532
"react/display-name": "off",
2633
"react/prop-types": "off",

0 commit comments

Comments
 (0)