Files
editor/build
Birk Skyum cd7d607f13 Upgrade eslint (#1014)
It's apparently forced now to use the eslint.config.js instead of
.eslintrc

It got more strict with requiring the underscore on unused vars like
`catch(_err)` , but that was all

Closes #1012
Closes #995
Closes #992

## Launch Checklist

<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->


 - [ ] Briefly describe the changes in this PR.
 - [ ] Link to related issues.
- [ ] Include before/after visuals or gifs if this PR includes visual
changes.
 - [ ] Write tests for all new functionality.
 - [ ] Add an entry to `CHANGELOG.md` under the `## main` section.
2025-01-21 15:21:30 +00:00
..
2025-01-21 15:21:30 +00:00

Build Scripts

This folder holds common build scripts used by some of the Github workflows.

The scripts are borrowed from maplibre/maplibre-gl-js.

Generate Release Notes

bump-version-changelog.js Used to update the changelog with the current notes, and set up a space for new notes

release-notes.js Used to generate release notes when releasing a new version