Skip to content

Commit 2b5733c

Browse files
committedNov 6, 2022
1 parent 99db346 commit 2b5733c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ module.exports = {
543543
'no-const-assign': 'error',
544544
'no-constant-binary-expression': 'error',
545545
'no-dupe-class-members': 'error',
546-
'no-new-symbol': 'error',
546+
'no-new-native-nonconstructor': 'error',
547547
'no-this-before-super': 'error',
548548
'no-useless-computed-key': [
549549
'error',

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
},
5454
"devDependencies": {
5555
"ava": "^2.4.0",
56-
"eslint": "^8.24.0",
56+
"eslint": "^8.27.0",
5757
"is-plain-obj": "^3.0.0"
5858
},
5959
"peerDependencies": {
60-
"eslint": ">=8.24.0"
60+
"eslint": ">=8.27.0"
6161
}
6262
}

0 commit comments

Comments
 (0)
Please sign in to comment.