chore: turn off useNodeProtocol rule in biome

This commit is contained in:
PalmDevs
2024-03-28 21:36:22 +07:00
parent da02140f19
commit 58e23b221f

View File

@@ -18,6 +18,9 @@
},
"useEnumInitializers": {
"level": "off"
},
"useNodejsImportProtocol": {
"level": "off"
}
}
}