Explorar o código

build: Fix webui codestyle job

jamesread hai 1 ano
pai
achega
bb4969c9ac
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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