htmlhint-config-htmlacademy The standart htmlhint config Instalation npm install -D htmlhint Usage Copy .htmlhintrc to your project root Create package script package.json { "scripts": { "test": "htmlhint path/to/html/files/*.html" } }