Skip to content

Commit 2ecee79

Browse files
authoredApr 17, 2024··
feat: More es-syntax deprecations (#249)
1 parent 8d711f5 commit 2ecee79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎lib/rules/no-unsupported-features/es-syntax.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@
133133
},
134134
"no-date-prototype-getyear-setyear": {
135135
"supported": ">=0.10.0",
136-
"supported": ">=0.10.0"
136+
"deprecated": ">=0.10.0"
137137
},
138138
"no-date-prototype-togmtstring": {
139139
"supported": ">=0.10.0",
140-
"supported": ">=0.10.0"
140+
"deprecated": ">=0.10.0"
141141
},
142142
"no-default-parameters": {
143143
"supported": ">=6.0.0"
@@ -153,7 +153,7 @@
153153
},
154154
"no-escape-unescape": {
155155
"supported": ">=0.10.0",
156-
"supported": ">=0.10.0"
156+
"deprecated": ">=0.10.0"
157157
},
158158
"no-exponential-operators": {
159159
"supported": ">=7.0.0"
@@ -241,7 +241,7 @@
241241
},
242242
"no-legacy-object-prototype-accessor-methods": {
243243
"supported": ">=0.10.0",
244-
"supported": ">=0.10.0"
244+
"deprecated": ">=0.10.0"
245245
},
246246
"no-logical-assignment-operators": {
247247
"supported": ">=15.0.0"
@@ -524,7 +524,7 @@
524524
},
525525
"no-string-create-html-methods": {
526526
"supported": ">=0.10.0",
527-
"supported": ">=0.10.0"
527+
"deprecated": ">=0.10.0"
528528
},
529529
"no-string-fromcodepoint": {
530530
"supported": ">=4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.