add eslint with nextjs rule

This commit is contained in:
Thomas Ruoff
2021-06-16 23:45:42 +02:00
parent 4a69ab51e3
commit 1f28cd2fd4
4 changed files with 1652 additions and 21 deletions

3
.eslintrc Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "next"
}