nx/.prettierrc

11 lines
140 B
Plaintext

{
"singleQuote": true,
"overrides": [
{
"files": "*.ts",
"options": {
"parser": "typescript"
}
}
]
}