You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's ~15% of the default generated ESLint config. Not ideal. I'm trying to reduce the ESLint config over time to make it more approachable.
Most of those lines come from the manual enabling rules object. It'd be nice to, if possible, remove that rules object - but I also want to keep those three rules enabled.
Investigation required, maybe >=1 of the following is the solution?:
Would eslint-plugin-yml accept a PR to add those sorting rules to some more pedantic/stylistic preset?
Would eslint-plugin-perfectionist actually be a better place for key sorting?
Additional Info
🎁
The text was updated successfully, but these errors were encountered:
Feature Request Checklist
main
branch of the repository.Overview
The ESLint config generated by CTA's Everything preset contains over a dozen lines dedicated to YML normalization:
create-typescript-app/eslint.config.js
Lines 90 to 104 in 930835b
That's ~15% of the default generated ESLint config. Not ideal. I'm trying to reduce the ESLint config over time to make it more approachable.
Most of those lines come from the manual enabling
rules
object. It'd be nice to, if possible, remove thatrules
object - but I also want to keep those three rules enabled.Investigation required, maybe >=1 of the following is the solution?:
Additional Info
🎁
The text was updated successfully, but these errors were encountered: