mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
add eslint fix command
This commit is contained in:
+2
-1
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user