close-potential-duplicates/.prettierrc

9 lines
191 B
Plaintext
Raw Normal View History

2020-09-27 13:29:47 +00:00
{
"semi": false,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}