HelloLightning/cli/.prettierrc
2021-11-12 19:51:02 +00:00

13 lines
167 B
Plaintext

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