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
2022-04-06 15:26:46 +02:00

6 lines
78 B
Plaintext

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