Files
ValueScript/website/.prettierrc.json

5 lines
82 B
JSON

{
"singleQuote": false,
"quoteProps": "consistent",
"trailingComma": "all"
}