autofix lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Erik 2023-02-11 14:10:45 +02:00
parent 8f0292d151
commit e4be6a5883
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
"keyword-spacing": ["warn", { "after": true, "before": true }],
"linebreak-style": [
"error",
"windows"
"unix"
],
"lines-around-comment": "warn",
"lines-around-directive": "warn",

View File

@ -35,7 +35,7 @@
},
"scripts": {
"start": "node index.js",
"lint": "eslint src/"
"lint": "eslint src/ --fix"
},
"engines": {
"node": ">=18.0.0"