deep-link/.prettierrc

12 lines
174 B
Plaintext
Raw Normal View History

2023-02-17 07:25:44 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}