nocobase/packages/create-nocobase-app/templates/AppGenerator/.prettierrc

12 lines
174 B
Plaintext
Raw Normal View History

2020-10-24 07:34:43 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}