mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
feat: add noUnusedFunctionParameters rule to biome.json
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
"noUnusedVariables": {
|
||||
"level": "warn",
|
||||
"fix": "safe"
|
||||
},
|
||||
"noUnusedFunctionParameters": {
|
||||
"level": "warn",
|
||||
"fix": "safe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user