js-creative-util/.prettierrc.json

6 lines
69 B
JSON
Raw Permalink Normal View History

2022-04-22 21:12:51 +08:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}