Skip to content

Commit 8249955

Browse files
committed
Disable noUselessConstructor lint rule
1 parent 2a9a229 commit 8249955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

biome.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"recommended": true,
2424
"complexity": {
2525
"noForEach": "off",
26+
"noUselessConstructor": "off",
2627
"useLiteralKeys": "off"
2728
},
2829
"style": {

0 commit comments

Comments
 (0)