update eslint ignore glob
This commit is contained in:
parent
713b4ef564
commit
083f1960ba
@ -10,6 +10,6 @@ for file in static/**/*.@(json|webmanifest); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
xmllint --noout static/**/*.@(html|svg|xml)
|
xmllint --noout static/**/*.@(html|svg|xml)
|
||||||
eslint static/**/!(web-install|webadb).js
|
eslint static/**/!(zip.min|z-worker).js
|
||||||
stylelint static/**/*.css
|
stylelint static/**/*.css
|
||||||
validatornu --Werror --also-check-css --also-check-svg static/**/*.@(css|html|svg)
|
validatornu --Werror --also-check-css --also-check-svg static/**/*.@(css|html|svg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user