nocobase/.prettierrc
chenos 1072e03c5a Revert "refactor: code splitting of the table component (#120)"
This reverts commit 0f9eb4e7f23865c05d1cf30f299618715962f4d0.
2021-12-02 17:56:05 +08:00

12 lines
174 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}