Skip to content

Commit 39db4ed

Browse files
committed
🔧 Allow unused private class member
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 6093a0d commit 39db4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"correctness": {
4747
"noUnusedImports": "error",
48-
"noUnusedPrivateClassMembers": "error",
48+
"noUnusedPrivateClassMembers": "off",
4949
"noUnusedVariables": "error",
5050
"useImportExtensions": "error",
5151
"useParseIntRadix": "off"

0 commit comments

Comments
 (0)