Skip to content

Commit 018f952

Browse files
committed
chore: lint command
1 parent 90be9ec commit 018f952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client-whatsapp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc",
99
"clean": "rimraf dist",
1010
"test": "jest",
11-
"lint": "eslint src --ext .ts"
11+
"lint": "eslint --fix --cache ."
1212
},
1313
"dependencies": {
1414
"@ai16z/eliza": "workspace:*"
@@ -20,4 +20,4 @@
2020
"jest": "^29.0.0",
2121
"@types/jest": "^29.0.0"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)