Skip to content

Commit 4082baa

Browse files
committed
1 parent 8c0a6c7 commit 4082baa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ const rules = {
632632
'no-dupe-class-members': 'error',
633633
'no-new-native-nonconstructor': 'error',
634634
'no-this-before-super': 'error',
635+
'no-unassigned-vars': 'error',
635636
'no-useless-computed-key': [
636637
'error',
637638
{

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
},
6868
"devDependencies": {
6969
"ava": "^6.2.0",
70-
"eslint": "^9.25.1"
70+
"eslint": "^9.27.0"
7171
},
7272
"peerDependencies": {
73-
"eslint": ">=9.25.0"
73+
"eslint": ">=9.27.0"
7474
}
7575
}

0 commit comments

Comments
 (0)