-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested