[openstreetmap/openstreetmap-website] Fix remaining key ordering issues in eslint configuration (PR #5647)
Holger Jeromin
notifications at github.com
Tue Feb 11 08:27:50 UTC 2025
@HolgerJeromin commented on this pull request.
> globals: {
...globals.commonjs
- }
+ },
+ sourceType: "commonjs"
}
Yeah, activate for this file in config and disable in most other parts is a bit cumbersome:
```
/* eslint-disable sort-keys */
... start of the json config
/* eslint-enable sort-keys */
...rules sorted. yeah
/* eslint-disable sort-keys */
... rest of the config
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5647#discussion_r1950418031
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5647/review/2608002626 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250211/5d8597c8/attachment.htm>
More information about the rails-dev
mailing list