fix: prettierrc

This commit is contained in:
Shusui MOYATANI
2024-01-28 20:09:03 +09:00
parent 8955a5b9b6
commit 1ac68af588

View File

@@ -3,5 +3,14 @@
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": 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"
}
}
]
}