markdownlint-rule-relative-.../.prettierrc.json

7 lines
96 B
JSON
Raw Normal View History

2023-01-02 15:23:16 +01:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}