isomorphic-git / isomorphic-git/lightning-fs

Prettier settings are not applied

Open
#61 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
610
Forks
62
Avg merge
14h 47m
Merged PRs (30d)
1

Description

The [.prettierrc](https://github.com/isomorphic-git/lightning-fs/blob/main/.prettierrc) file specifies `semi: true` which [means that](https://prettier.io/docs/en/options.html#semicolons) a semi colon should finish each line, yet many files (for example [HttpBackend.js](https://github.com/isomorphic-git/lightning-fs/blob/main/src/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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.