add eslint fix command

This commit is contained in:
SethBurkart123
2023-11-08 13:51:24 +11:00
parent db1349e430
commit 6e908d843c
+2 -1
View File
@@ -6,7 +6,8 @@
"main": "webpack.config.js", "main": "webpack.config.js",
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js --mode production && sh ./package.sh", "build": "webpack --config webpack.config.js --mode production && sh ./package.sh",
"dev": "webpack --config webpack.config.js --watch --mode development" "dev": "webpack --config webpack.config.js --watch --mode development",
"eslint": "eslint --fix ."
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",