Makefile 99 B

123456
  1. codestyle:
  2. npm install
  3. npx eslint --fix main.js js/*
  4. npx stylelint style.css
  5. .PHONY: codestyle