Skip to content

Commit 907d11d

Browse files
committed
remove vue-tsc, enable tsc in make lint-js
1 parent aab1edb commit 907d11d

File tree

3 files changed

+4
-147
lines changed

3 files changed

+4
-147
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,12 @@ lint-backend-fix: lint-go-fix lint-go-vet lint-editorconfig
377377
.PHONY: lint-js
378378
lint-js: node_modules
379379
npx eslint --color --max-warnings=0 --ext js,ts,vue $(ESLINT_FILES)
380-
# npx vue-tsc
380+
npx tsc
381381

382382
.PHONY: lint-js-fix
383383
lint-js-fix: node_modules
384384
npx eslint --color --max-warnings=0 --ext js,ts,vue $(ESLINT_FILES) --fix
385-
# npx vue-tsc
385+
npx tsc
386386

387387
.PHONY: lint-css
388388
lint-css: node_modules
@@ -451,10 +451,6 @@ lint-templates: .venv node_modules
451451
lint-yaml: .venv
452452
@poetry run yamllint .
453453

454-
.PHONY: tsc
455-
tsc:
456-
npx vue-tsc
457-
458454
.PHONY: watch
459455
watch:
460456
@bash tools/watch.sh

package-lock.json

Lines changed: 1 addition & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@
110110
"type-fest": "4.30.0",
111111
"updates": "16.4.0",
112112
"vite-string-plugin": "1.3.4",
113-
"vitest": "2.1.8",
114-
"vue-tsc": "2.1.10"
113+
"vitest": "2.1.8"
115114
},
116115
"browserslist": [
117116
"defaults"

0 commit comments

Comments
 (0)