feat: add noUnusedFunctionParameters rule to biome.json

This commit is contained in:
Ben Allfree
2025-11-26 08:48:02 -08:00
parent f1dec2233a
commit b730152b6e

View File

@@ -38,6 +38,10 @@
"noUnusedVariables": {
"level": "warn",
"fix": "safe"
},
"noUnusedFunctionParameters": {
"level": "warn",
"fix": "safe"
}
}
}