mermaid/.prettierrc.json

8 lines
117 B
JSON

{
"endOfLine": "auto",
"plugins": [
"prettier-plugin-jsdoc"
],
"printWidth": 100,
"singleQuote": true
}