lightning-fs
lightning-fs copied to clipboard
Prettier settings are not applied
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?