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