mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 21:55:55 +00:00
12f58effad
* refactor: 表格拆分模块化 * refactor: 表格拆分模块化 * refactor: code splitting of the table component (#120) * missing TableIndex * refactor: 表格拆分模块化 * code format Co-authored-by: chenos <chenlinxh@gmail.com>
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|