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

View File

@@ -30,6 +30,8 @@
"@types/react": "^17.0.9",
"@types/react-calendar": "^3.4.0",
"@types/uuid": "^8.3.0",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"jest": "^26.6.3",
"postcss": "^8.3.0",
"postcss-flexbugs-fixes": "^5.0.2",