Skip to content

Which options should Unibeautify support (if not all of them) #1

@stevenzeck

Description

@stevenzeck

ESLint has a ton of rules, and even though maybe 1/3 can be fixed/formatted using it's API, that still leaves 90-95 rules that can be. You can see which rules can be fixed on this page, those with a wrench in the second column: https://eslint.org/docs/rules/.

All of those options have been "added" to the Beautifier here, but they still need to be added to Unibeautify's options and implemented properly here in the beautifier. I've managed to match up 10 with the options already there, so that leaves roughly 80 that need to be added (options.ts will have a log of lines to it in the end).

Do we want to support all of the options/rules? If not, what do we want to keep?

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is neededquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions