Skip to content

Commit

Permalink
.eslintrc.json: Add default next lint config
Browse files Browse the repository at this point in the history
So `npm run lint` runs.
  • Loading branch information
illume committed Jan 14, 2024
1 parent e58dc32 commit aa65a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}

0 comments on commit aa65a0c

Please sign in to comment.