🐛 Bug: Normalize ordering and printing of ESLint options and extensions #1715
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
eslint.config.js
should be as straightforward as possible to automate. This is both to make #1670 easier and to remove unintuitive ad hoc preferences from its contents.Actual
There are a few differences.
The biggest right now is the way plugin entries in the array are ordered. It's ... kind of alphabetical? They're somewhat in alphabetical order at first for direct property accesses and spreads thereof, and then objects in order of
files
- sort of?Also,
ignores
isn't fully alphabetical, andlinterOptions
could be collapsed into one line.Additional Info
Split out of #1670.
💖
The text was updated successfully, but these errors were encountered: