Skip to content
Merged

Patch #136

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update .eslintrc.json
  • Loading branch information
arghyaxcodes committed Feb 6, 2022
commit 1a2e3b7cedcf56381b32317238f402e76eba494d
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["next", "next/core-web-vitals"]
}