Files
rabbit/.prettierrc
Shusui MOYATANI 1ac68af588 fix: prettierrc
2024-01-28 20:09:03 +09:00

17 lines
337 B
Plaintext

{
"printWidth": 100,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"overrides": [
{
"__comment__": "This should be removed if this is fixed: https://github.com/prettier/prettier/pull/15927",
"files": "tsconfig.json",
"options": {
"parser": "json"
}
}
]
}