Skip to content

Commit ce370fa

Browse files
cressie176claude
andcommitted
Enable noInvalidUseBeforeDeclaration lint rule
The var to let/const modernisation resolved all noInvalidUseBeforeDeclaration violations by eliminating variable hoisting issues with proper block scoping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 10fa595 commit ce370fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"noInnerDeclarations": "error",
2626
"useParseIntRadix": "off",
2727
"noSwitchDeclarations": "off",
28-
"noInvalidUseBeforeDeclaration": "off",
28+
"noInvalidUseBeforeDeclaration": "error",
2929
"noPrecisionLoss": "off"
3030
},
3131
"style": {

0 commit comments

Comments
 (0)