rsnext/.prettierrc.json

6 lines
69 B
JSON
Raw Normal View History

{
"trailingComma": "es5",
"singleQuote": true,
"semi": false
}