Files
umbrix-libcore/.prettierrc

10 lines
158 B
Plaintext
Raw Normal View History

2023-09-11 21:09:34 +03:30
{
"overrides": [
{
"files": ".github/**",
"options": {
"singleQuote": true
}
}
]
}