isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
476 stars 47 forks source link

Prettier settings are not applied #61

Open chmac opened 3 years ago

chmac commented 3 years ago

The .prettierrc file specifies semi: true which means that a semi colon should finish each line, yet many files (for example HttpBackend.js) do not have trailing semicolons, or only have one or two.

Seems like prettier is not actually being used. Would you like a PR to fix this across all the files?