js-creative-util/.prettierrc.json
2022-04-22 22:12:51 +09:00

6 lines
69 B
JSON

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