0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00
logto/packages/schemas/.xo-config.json

8 lines
95 B
JSON
Raw Normal View History

2021-06-22 19:49:19 +08:00
{
"space": true,
2021-06-23 00:07:51 +08:00
"prettier": true,
"rules": {
"unicorn/no-array-reduce": "off"
}
2021-06-22 19:49:19 +08:00
}