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