Skip to content

Commit 797db23

Browse files
committed
add lint command
1 parent 72542b6 commit 797db23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A Vue Cli 3 plugin for Electron with no required configuration",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jest --runInBand"
7+
"test": "jest --runInBand",
8+
"lint": "eslint --ignore-pattern projects ./"
89
},
910
"keywords": [
1011
"electron",

0 commit comments

Comments
 (0)