This repository has been archived on 2024-09-22. You can view files and clone it, but cannot push or open issues or pull requests.
zep/.prettierrc
2021-11-21 12:24:18 +00:00

10 lines
193 B
Plaintext

{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}