add linting to server folder

This commit is contained in:
janis
2023-10-05 13:57:35 +02:00
parent 5c5462186f
commit dbb1e7a977
7 changed files with 11 additions and 5 deletions

3
src/server/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# ignore node_modules folder for eslint
node_modules
webapp