🔨 Make eslint work for nodejs in server/

This commit is contained in:
2023-06-03 14:17:38 +02:00
parent 4ada825718
commit 44f416366f

View File

@ -1,7 +1,5 @@
{ {
"env": { "env": {
"node": true, "node": true
"commonjs": true }
},
"parser": "babel-eslint"
} }