Skip to content

Commit a88b2f2

Browse files
committed
Fix lint script
1 parent 24387f6 commit a88b2f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/plugin-whatsapp/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "tsc",
99
"test": "jest",
10-
"lint": "eslint src --ext .ts"
10+
"lint": "eslint . --fix"
1111
},
1212
"dependencies": {
1313
"axios": "^1.6.2"
@@ -21,6 +21,9 @@
2121
"typescript": "^5.0.0",
2222
"jest": "^29.0.0",
2323
"ts-jest": "^29.0.0",
24-
"eslint": "^9.15.0"
24+
"eslint": "^9.15.0",
25+
"eslint-config-prettier": "9.1.0",
26+
"eslint-plugin-prettier": "5.2.1",
27+
"eslint-plugin-vitest": "0.5.4"
2528
}
2629
}

0 commit comments

Comments
 (0)