Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Nov 1, 2023
1 parent 1d8c859 commit 7db0b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@corex","next", "next/core-web-vitals"],
"extends": ["@corex"],
"rules": {
"react/react-in-jsx-scope": "off"
}
Expand Down
3 changes: 3 additions & 0 deletions docs/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["next", "next/core-web-vitals"]
}

0 comments on commit 7db0b1e

Please sign in to comment.