Skip to content

Commit 8865349

Browse files
committed
change lint command to fix
1 parent 03c99be commit 8865349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Extension source code for Quick Command Buttons",
55
"scripts": {
66
"compile": "tsc -p ./",
7-
"lint": "eslint src/**/*.ts",
7+
"lint": "eslint --fix src/**/*.ts",
88
"test": "jest",
99
"test:watch": "jest --watch",
1010
"test:coverage": "jest --coverage",

src/web-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc -b && vite build",
9-
"lint": "eslint src/**/*.{ts,tsx}",
9+
"lint": "eslint --fix src/**/*.{ts,tsx}",
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)