mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 80,
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": [
|
|
"pnpm-lock.yaml",
|
|
"node_modules",
|
|
"dist",
|
|
"src/matrix-rtc-sdk/generated"
|
|
]
|
|
}
|