We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ac0dd95 commit fdd1de9Copy full SHA for fdd1de9
Makefile
@@ -376,12 +376,12 @@ lint-backend-fix: lint-go-fix lint-go-vet lint-editorconfig
376
.PHONY: lint-js
377
lint-js: node_modules
378
npx eslint --color --max-warnings=0 --ext js,ts,vue $(ESLINT_FILES)
379
- npx tsc || true
+# npx tsc
380
381
.PHONY: lint-js-fix
382
lint-js-fix: node_modules
383
npx eslint --color --max-warnings=0 --ext js,ts,vue $(ESLINT_FILES) --fix
384
385
386
.PHONY: lint-css
387
lint-css: node_modules
0 commit comments