Skip to content

Commit 448b57b

Browse files
authored
chore: Mark deprecated formatting rules as available until v11.0.0 (#20144)
1 parent b4857e5 commit 448b57b

75 files changed

Lines changed: 75 additions & 74 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/rules/array-bracket-newline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
message: "Formatting rules are being moved out of ESLint core.",
2020
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2121
deprecatedSince: "8.53.0",
22-
availableUntil: "10.0.0",
22+
availableUntil: "11.0.0",
2323
replacedBy: [
2424
{
2525
message:

lib/rules/array-bracket-spacing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
message: "Formatting rules are being moved out of ESLint core.",
1919
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2020
deprecatedSince: "8.53.0",
21-
availableUntil: "10.0.0",
21+
availableUntil: "11.0.0",
2222
replacedBy: [
2323
{
2424
message:

lib/rules/array-element-newline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
message: "Formatting rules are being moved out of ESLint core.",
2020
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2121
deprecatedSince: "8.53.0",
22-
availableUntil: "10.0.0",
22+
availableUntil: "11.0.0",
2323
replacedBy: [
2424
{
2525
message:

lib/rules/arrow-parens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
message: "Formatting rules are being moved out of ESLint core.",
3636
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
3737
deprecatedSince: "8.53.0",
38-
availableUntil: "10.0.0",
38+
availableUntil: "11.0.0",
3939
replacedBy: [
4040
{
4141
message:

lib/rules/arrow-spacing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
message: "Formatting rules are being moved out of ESLint core.",
2323
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2424
deprecatedSince: "8.53.0",
25-
availableUntil: "10.0.0",
25+
availableUntil: "11.0.0",
2626
replacedBy: [
2727
{
2828
message:

lib/rules/block-spacing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
message: "Formatting rules are being moved out of ESLint core.",
2020
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2121
deprecatedSince: "8.53.0",
22-
availableUntil: "10.0.0",
22+
availableUntil: "11.0.0",
2323
replacedBy: [
2424
{
2525
message:

lib/rules/brace-style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
message: "Formatting rules are being moved out of ESLint core.",
2020
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2121
deprecatedSince: "8.53.0",
22-
availableUntil: "10.0.0",
22+
availableUntil: "11.0.0",
2323
replacedBy: [
2424
{
2525
message:

lib/rules/comma-dangle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
message: "Formatting rules are being moved out of ESLint core.",
7979
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
8080
deprecatedSince: "8.53.0",
81-
availableUntil: "10.0.0",
81+
availableUntil: "11.0.0",
8282
replacedBy: [
8383
{
8484
message:

lib/rules/comma-spacing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
message: "Formatting rules are being moved out of ESLint core.",
1919
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2020
deprecatedSince: "8.53.0",
21-
availableUntil: "10.0.0",
21+
availableUntil: "11.0.0",
2222
replacedBy: [
2323
{
2424
message:

lib/rules/comma-style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
message: "Formatting rules are being moved out of ESLint core.",
2020
url: "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
2121
deprecatedSince: "8.53.0",
22-
availableUntil: "10.0.0",
22+
availableUntil: "11.0.0",
2323
replacedBy: [
2424
{
2525
message:

0 commit comments

Comments
 (0)