This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
melodii/.prettierrc

7 lines
128 B
Plaintext

{
"jsxSingleQuote": true,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true,
"parser": "babel"
}