cookie-dialog-monster/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}