Skip to content

Commit 0544a47

Browse files
committed
chore: add lint script
1 parent 363c997 commit 0544a47

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
@@ -13,6 +13,7 @@
1313
"build:mac": "pkg src/index.js -t macos -o dist/Git_Commit_Analytics_mac.dmg",
1414
"build:dev": "pkg src/index.js -t win -o Git_Commit_Analytics_dev.exe",
1515
"test": "jest --no-cache",
16+
"lint": "eslint src --ext .js,.ts",
1617
"format": "prettier --write .",
1718
"backup": "git add . && git commit -m \"chore: save the coding progress\" && git push"
1819
},

0 commit comments

Comments
 (0)