Skip to content

Commit

Permalink
refactor: misc refactor (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
seekshiva authored Mar 5, 2024
1 parent a71944d commit fbd0cac
Show file tree
Hide file tree
Showing 8 changed files with 22,238 additions and 14,904 deletions.
18 changes: 18 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error"
}
}
Loading

0 comments on commit fbd0cac

Please sign in to comment.