diff --git a/developer_toolbox/lint_features.json.sh b/developer_toolbox/lint_features.json.sh new file mode 100755 index 00000000..22140f06 --- /dev/null +++ b/developer_toolbox/lint_features.json.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +features=config/retrodeck/reference_lists/features.json + +jq . $features > $features.tmp && mv -f $features.tmp $features \ No newline at end of file