Skip to content

Commit aa7e2bf

Browse files
committed
added linting fix
1 parent 81dbde0 commit aa7e2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"start": "webpack --config ./webpack.main.js --mode development && concurrently \"npm:watch\" \"electron ./build/main.js\"",
1010
"clean": "rm -rf node_modules build dist",
1111
"lint": "eslint . && flow",
12+
"lint-fix": "eslint . --fix",
1213
"build": "webpack --config ./webpack.main.js --mode production && webpack --config ./webpack.renderer.js --mode production",
1314
"dist": "npm run build && electron-builder",
1415
"postinstall": "patch-package",

0 commit comments

Comments
 (0)