0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/packages/core/.prettierrc

6 lines
76 B
Text
Raw Normal View History

2021-06-06 18:30:37 +08:00
{
2021-06-19 22:53:34 +08:00
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true
2021-06-06 18:30:37 +08:00
}