This website requires JavaScript.
Explore
Help
Sign In
status-im
/
sourcecred
mirror of
https://github.com/status-im/sourcecred.git
Watch
2
Star
0
Fork
You've already forked sourcecred
0
Code
Issues
Projects
Releases
Wiki
Activity
4705bec20d
sourcecred
/
.prettierignore
4 lines
24 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Only exclude top-level directories from Prettier (#154) Summary: In particular, we excluded `bin`, but this was catching non-root directories named `bin`, too, and so files like `src/plugins/github/bin/fetchAndPrintGithubRepo.js` were not subject to prettification. Happily, those files are all pretty enough, anyway. Test Plan: Note that mangling the format of `fetchAndPrintGithubRepo.js` prior to this commit would not cause `yarn check-pretty` to fail, nor would the manglings be fixed by `yarn prettify`—but that both of these behaviors are reversed after this commit. wchargin-branch: prettier-exclude-root-only
2018-04-27 02:47:58 +00:00
/bin
/build
/flow-typed