Skip to content

Commit

Permalink
feat: More es-syntax deprecations (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Apr 17, 2024
1 parent 8d711f5 commit 2ecee79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/rules/no-unsupported-features/es-syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@
},
"no-date-prototype-getyear-setyear": {
"supported": ">=0.10.0",
"supported": ">=0.10.0"
"deprecated": ">=0.10.0"
},
"no-date-prototype-togmtstring": {
"supported": ">=0.10.0",
"supported": ">=0.10.0"
"deprecated": ">=0.10.0"
},
"no-default-parameters": {
"supported": ">=6.0.0"
Expand All @@ -153,7 +153,7 @@
},
"no-escape-unescape": {
"supported": ">=0.10.0",
"supported": ">=0.10.0"
"deprecated": ">=0.10.0"
},
"no-exponential-operators": {
"supported": ">=7.0.0"
Expand Down Expand Up @@ -241,7 +241,7 @@
},
"no-legacy-object-prototype-accessor-methods": {
"supported": ">=0.10.0",
"supported": ">=0.10.0"
"deprecated": ">=0.10.0"
},
"no-logical-assignment-operators": {
"supported": ">=15.0.0"
Expand Down Expand Up @@ -524,7 +524,7 @@
},
"no-string-create-html-methods": {
"supported": ">=0.10.0",
"supported": ">=0.10.0"
"deprecated": ">=0.10.0"
},
"no-string-fromcodepoint": {
"supported": ">=4.0.0"
Expand Down

0 comments on commit 2ecee79

Please sign in to comment.