mozilla / assay

A Firefox Addons review tool disguised as a VSCode extension
Mozilla Public License 2.0
9 stars 3 forks source link

Update Prettier configuration #98

Closed willdurand closed 4 months ago

willdurand commented 4 months ago

refs #89


This PR changes how we use Prettier in this project:

  1. Fail CI build when prettier has errors
  2. Apply Prettier on more files
willdurand commented 4 months ago

If all goes well, this PR should fail.

willdurand commented 4 months ago

(I'm assuming prettier will be run on existing files in a separate PR?)

Yep, I'll let you merge your PRs in progress first.

willdurand commented 4 months ago

This PR should now be passing (thanks to #106)