Config/eslint (#78)

* config/eslint: upgrade eslint config
* config/eslint: version bump
This commit is contained in:
Carlos Valente
2021-12-22 22:22:21 +01:00
committed by GitHub
parent 4974898050
commit 160ccabebc
7 changed files with 648 additions and 140 deletions
+3 -1
View File
@@ -15,7 +15,9 @@
"socket.io": "^4.3.1",
"universal-analytics": "^0.4.23"
},
"devDependencies": {},
"devDependencies": {
"eslint": "^8.5.0"
},
"scripts": {
"nodestart": "nodemon app.js",
"start": "node app.js"