{ "*.html": [ "htmlhint 'src/**/*.html'" ], "*.js": [ "eslint --fix", "git add" ], "*.less": [ "stylelint 'src/**/*.less' --fix", "git add" ] }