lint all files

This commit is contained in:
Arthur Lu 2023-06-29 21:53:20 +00:00
parent b822f7f856
commit 79d2448a3d

View File

@ -20,6 +20,6 @@
"eslint-plugin-promise": "^6.1.1"
},
"scripts": {
"lint": "eslint --fix src/*.js"
"lint": "eslint --fix ."
}
}