We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-new-native-nonconstructor
1 parent 99db346 commit 2b5733cCopy full SHA for 2b5733c
index.js
@@ -543,7 +543,7 @@ module.exports = {
543
'no-const-assign': 'error',
544
'no-constant-binary-expression': 'error',
545
'no-dupe-class-members': 'error',
546
- 'no-new-symbol': 'error',
+ 'no-new-native-nonconstructor': 'error',
547
'no-this-before-super': 'error',
548
'no-useless-computed-key': [
549
'error',
package.json
@@ -53,10 +53,10 @@
53
},
54
"devDependencies": {
55
"ava": "^2.4.0",
56
- "eslint": "^8.24.0",
+ "eslint": "^8.27.0",
57
"is-plain-obj": "^3.0.0"
58
59
"peerDependencies": {
60
- "eslint": ">=8.24.0"
+ "eslint": ">=8.27.0"
61
}
62
0 commit comments