mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
plan oxidation
- add the drivers - add the uniffi build toolchain - create the plan document
This commit is contained in:
+6
-1
@@ -2,5 +2,10 @@
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"printWidth": 80,
|
||||
"sortPackageJson": false,
|
||||
"ignorePatterns": ["pnpm-lock.yaml", "node_modules", "dist"]
|
||||
"ignorePatterns": [
|
||||
"pnpm-lock.yaml",
|
||||
"node_modules",
|
||||
"dist",
|
||||
"src/matrix-rtc-sdk/generated"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user