Skip to content

Commit d036a31

Browse files
chore: add lint:fix yarn script to fix linter simple errors (#148)
1 parent 2cc2388 commit d036a31

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
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"lint": "yarn eslint ./src",
8+
"lint:fix": "yarn eslint --fix ./src",
89
"build": "subql build",
910
"prepack": "rm -rf dist && npm build",
1011
"test": "jest",

0 commit comments

Comments
 (0)