fix linting issues

This commit is contained in:
2023-07-06 05:13:22 +00:00
parent 4fbb64745b
commit f389087a2b
3 changed files with 1197 additions and 1154 deletions

View File

@@ -20,6 +20,6 @@
"eslint-plugin-promise": "^6.1.1"
},
"scripts": {
"lint": "eslint --fix ."
"lint": "DEBUG=eslint:cli-engine eslint --fix ."
}
}