Merge branch 'main' into tlim_b3898_bindzones

This commit is contained in:
Tom Limoncelli 2025-12-08 10:12:40 -05:00 committed by GitHub
commit 424bffc974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ if [[ -x node_modules/.bin/prettier ]]; then
fi
# JSON
bin/fmtjson $(find . -type f -name "*.json" ! -name "package-lock.json" -print)
bin/fmtjson $(find . -path ./.vscode -prune -o -type f -name "*.json" ! -name "package-lock.json" -print)
# dnsconfig.js-compatible files:
for i in pkg/js/parse_tests/*.js ; do dnscontrol fmt -i $i -o $i ; done