Просмотр исходного кода

build: Fix webui codestyle job

jamesread 1 год назад
Родитель
Сommit
bb4969c9ac
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      webui.dev/Makefile

+ 6 - 0
webui.dev/Makefile

@@ -0,0 +1,6 @@
+codestyle:
+	npm install
+	npx eslint --fix main.js js/*
+	npx stylelint style.css
+
+.PHONY: codestyle