Skip to content

Commit

Permalink
Adding react query (#145)
Browse files Browse the repository at this point in the history
* chore: πŸ€– updating packages

* fix: πŸ› addressing config updates

* refactor: πŸ’‘ adding nullish operator

* fix: πŸ› addressing linting
  • Loading branch information
Loonz806 committed Jun 26, 2024
1 parent d31ffe0 commit 3d4d581
Show file tree
Hide file tree
Showing 5 changed files with 6,176 additions and 4,053 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"plugin:cypress/recommended",
"next",
"plugin:storybook/recommended",
"plugin:@tanstack/eslint-plugin-query/recommended",
],
parserOptions: {
ecmaFeatures: {
Expand Down
9 changes: 8 additions & 1 deletion db.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@
"content": "Its a wonderful protein",
"date": "Sat Dec 09 2023",
"id": 5
},
{
"title": "On a Cruise to alaska",
"author": "Lenny Peters",
"content": "I am enjoying a Jameson whiskey and a beer",
"date": "Wed Jun 26 2024",
"id": 6
}
],
"comments": []
}
}
Loading

0 comments on commit 3d4d581

Please sign in to comment.