Skip to content

Commit 6d13d12

Browse files
committed
fix: revert unintended package.json change
1 parent 5e160ca commit 6d13d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"lint": "eslint src --max-warnings=0",
6+
"lint": "eslint src --ext=ts,tsx --max-warnings=0",
77
"check-types": "tsc",
88
"pretest": "turbo run bundle --cwd ..",
99
"test": "jest -w=40%",

0 commit comments

Comments
 (0)