Skip to content

Take out prettier-standard #158

@timbl

Description

@timbl

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 write or fix parameter 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions