salary-management-oneself/.prettierrc

14 lines
191 B
Plaintext
Raw Normal View History

2022-08-04 15:20:59 +08:00
{
2024-10-18 15:11:20 +08:00
"singleQuote": false,
"trailingComma": "none",
"printWidth": 200,
2022-08-04 15:20:59 +08:00
"overrides": [
{
"files": ".prettierrc",
2024-10-18 15:11:20 +08:00
"options": {
"parser": "json"
}
2022-08-04 15:20:59 +08:00
}
]
}