Skip to content

Commit

Permalink
config: ⬆️ changed favicon and upgraded eslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
karan1633 committed Nov 4, 2024
1 parent 42e5410 commit a1dbb47
Show file tree
Hide file tree
Showing 11 changed files with 661 additions and 138 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
},
"extends":["plugin:testing-library/react","plugin:jest-dom/recommended"]
}
Loading

0 comments on commit a1dbb47

Please sign in to comment.