Closed
Description
As a possible workaround to the JSON formatting issues mentioned in #66 and maplibre/maputnik#591, it might be easiest to just add gl-style-format
in place as a Git pre-commit hook. It should be as simple as adding an NPM package.json
with a couple dev dependencies, e.g. nst-guide@75b0657#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R24-R32
(for now, that only validates, not formats in place)
Before writing up a PR, just wanted to check if this is of interest.