From 9ad7cd730868086ca345c540af7cf09709ab26d9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 19 Feb 2020 15:31:16 -0500 Subject: [PATCH] add jshint to validation --- validate_static | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validate_static b/validate_static index 9fdce919..98eb2507 100755 --- a/validate_static +++ b/validate_static @@ -1,7 +1,9 @@ #!/bin/bash set -o errexit +shopt -s globstar +jshint static/**/*.js validatornu --Werror --skip-non-html static validatornu --Werror --skip-non-css static validatornu --Werror --skip-non-svg --no-langdetect static