mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
add eslint fix command
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@
|
||||
"main": "webpack.config.js",
|
||||
"scripts": {
|
||||
"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": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user