add linting

This commit is contained in:
Thomas Ruoff
2021-11-24 12:07:16 +01:00
parent 9a470a52a3
commit 85f9470450
4 changed files with 1363 additions and 1 deletions

3
.eslintrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}