This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fp-ts-training/.prettierrc

6 lines
78 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid"
}