add eslint config

This commit is contained in:
2024-04-25 18:26:06 +02:00
parent 4761fef61b
commit b1fce87215
2 changed files with 332 additions and 0 deletions

8
front/.eslintignore Normal file
View File

@ -0,0 +1,8 @@
node_modules
out
.next
next-env.d.ts
*.js
__tests__