Skip to content

Commit bf74ca3

Browse files
committed
feat(core): CHECKOUT-3079 Enable no-used-variable rule
BREAKING CHANGE: You must now remove all unused variables.
1 parent a592071 commit bf74ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"no-unnecessary-initializer": true,
116116
"no-unsafe-finally": true,
117117
"no-unused-expression": true,
118+
"no-unused-variable": true,
118119
"no-var-keyword": true,
119120
"no-var-requires": true,
120121
"object-literal-key-quotes": [

0 commit comments

Comments
 (0)