This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
react-component-form/.prettierrc.json

7 lines
96 B
JSON
Raw Normal View History

2021-06-17 18:48:19 +02:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
2021-06-17 18:48:19 +02:00
"trailingComma": "none"
}