Prettier has merged and released my PR which stops it from adding linebreaks in template literals. That lets us remove ~half of our prettier-ignore comments.
Prettier 3 enabled trailing function commas by default, which I like; I split that out into its own commit so it doesn't swamp the other changes.
Also had to bump eslint and its plugins to handle the prettier upgrade, which required a minor change to the eslint config to disable a new recommended rule.
Prettier has merged and released my PR which stops it from adding linebreaks in template literals. That lets us remove ~half of our
prettier-ignore
comments.Prettier 3 enabled trailing function commas by default, which I like; I split that out into its own commit so it doesn't swamp the other changes.
Also had to bump eslint and its plugins to handle the prettier upgrade, which required a minor change to the eslint config to disable a new recommended rule.