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
Raw Permalink Normal View History

2020-07-03 19:01:45 +03:00
{
"singleQuote": true,
2022-04-06 16:26:46 +03:00
"trailingComma": "all",
"arrowParens": "avoid"
2020-07-03 19:01:45 +03:00
}