adding data listening, user getching and using more of recoil

This commit is contained in:
Arjun Patel
2022-02-03 17:14:22 -08:00
parent 4b65d6cd68
commit 6a6f0f4aef
20 changed files with 302 additions and 517 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
],
"rules": {
// I suggest you add those two rules:
"@typescript-eslint/no-unused-vars": "warn",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["warn"],
"@typescript-eslint/no-explicit-any": "error",
"prefer-const": "error",
"react-hooks/rules-of-hooks": "error",