setup eslint, prettier according to next.js docs

This commit is contained in:
Thomas Ruoff
2022-09-08 22:51:12 +02:00
committed by Thomas Ruoff
parent f38e18e6d5
commit 9082ac5f0f
4 changed files with 6 additions and 72 deletions

6
.eslintrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": [
"next/core-web-vitals",
"prettier"
]
}