Skip to content

Commit

Permalink
revert eslint settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 22, 2024
1 parent df3ddbf commit fb6cf25
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/passport/wallets-with-nextjs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"extends": ["next/core-web-vitals", "next"],
"settings": {
"next": {
"rootDir": "examples/passport/wallets-with-nextjs"
}
}
"extends": ["next/core-web-vitals", "next"]
}

0 comments on commit fb6cf25

Please sign in to comment.