cookie-dialog-monster/.prettierrc

16 lines
258 B
Plaintext
Raw Permalink Normal View History

{
"overrides": [
{
"files": ["*.jsonc", ".eslintrc", "tsconfig*.json"],
"options": {
"trailingComma": "none"
}
}
],
2022-05-06 10:20:41 +00:00
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}