Skip to content

Commit 10fa595

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

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
@@ -22,7 +22,7 @@
2222
"correctness": {
2323
"noUnusedFunctionParameters": "error",
2424
"noUnusedVariables": "error",
25-
"noInnerDeclarations": "off",
25+
"noInnerDeclarations": "error",
2626
"useParseIntRadix": "off",
2727
"noSwitchDeclarations": "off",
2828
"noInvalidUseBeforeDeclaration": "off",

0 commit comments

Comments
 (0)