-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Suggest removing use of prettier-standard and just using eslint to check
- prettier-standard has a bug which makes break eslint and then complain about it
- prettier-standrad unlike prettier is dangerous in that without any
writeorfixparameter it will overwrite you files. - prettier-standard complains about say a let which should be const but won't fix it
- There are command line problems if you try to just check one file it seems to process them all
- It checks HTML but doesn't have an option for polyglot which we should be using ideally
Any format checker we use must have the --fix option to fix things automatically, so prettier-standard can't do that with let > const it seems
Metadata
Metadata
Assignees
Labels
No labels