lunaisadev-website-old/node_modules/constantinople/.prettierrc

13 lines
193 B
Plaintext
Raw Normal View History

2021-07-28 01:40:12 +00:00
{
"bracketSpacing": false,
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": "*.js",
"options": {
"trailingComma": "es5"
}
}
]
}