Use biome instead of eslint/prettier

This commit is contained in:
2026-04-07 19:29:54 +02:00
parent b5a15a41e9
commit 56194f6f58
24 changed files with 425 additions and 492 deletions
+19 -25
View File
@@ -1,26 +1,20 @@
{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": [
"omni"
],
"ios": {
"iosModuleName": "Omni"
},
"android": {
"androidNamespace": [
"omni"
],
"androidCxxLibName": "Omni"
},
"autolinking": {
"Omni": {
"android": {
"language": "kotlin",
"implementationClassName": "HybridOmni"
}
}
},
"ignorePaths": [
"**/node_modules"
]
}
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": ["omni"],
"ios": {
"iosModuleName": "Omni"
},
"android": {
"androidNamespace": ["omni"],
"androidCxxLibName": "Omni"
},
"autolinking": {
"Omni": {
"android": {
"language": "kotlin",
"implementationClassName": "HybridOmni"
}
}
},
"ignorePaths": ["**/node_modules"]
}