mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:16:58 +00:00
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
|
{
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"printWidth": 80,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ".prettierrc",
|
||
|
"options": { "parser": "json" }
|
||
|
}
|
||
|
]
|
||
|
}
|