chouzz / vscode-better-align

Better vertical alignment with/without selection in any language.
https://marketplace.visualstudio.com/items?itemName=Chouzz.vscode-better-align&ssr=false#overview
Apache License 2.0
39 stars 4 forks source link

eslint rule to avoid loosing better-align alignment? #123

Open jsanta opened 1 month ago

jsanta commented 1 month ago

Hi! I love this plugin, I feel (MHO) having = and : aligned make code more readable (besides relieving my OCD :) ) The problem I'm facing is that many of the Typescript projects I'm working on have some eslint rules defined that remove this custom spacing, and even though I can disable eslint, that's not the idea.

So my question is: Which rules should be disabled in order to keep better-align alignment?

Best regards from Chile.

chouzz commented 1 month ago

Maybe you can ask for help from eslint team.