cookie-dialog-monster/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

{
2022-05-06 10:20:41 +00:00
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}