Skip to content

Commit

Permalink
add proposal property to meta.docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 18, 2024
1 parent df980a8 commit 97fe295
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-difference.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
docs: {
description: "disallow the `Set.prototype.difference` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-difference.html",
},
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-intersection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
docs: {
description: "disallow the `Set.prototype.intersection` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-intersection.html",
},
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-isdisjointfrom.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
docs: {
description: "disallow the `Set.prototype.isDisjointFrom` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-isdisjointfrom.html",
},
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-issubsetof.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
docs: {
description: "disallow the `Set.prototype.isSubsetOf` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-issubsetof.html",
},
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-issupersetof.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
docs: {
description: "disallow the `Set.prototype.isSupersetOf` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-issupersetof.html",
},
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-symmetricdifference.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
description:
"disallow the `Set.prototype.symmetricDifference` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-symmetricdifference.html",
},
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-set-prototype-union.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
docs: {
description: "disallow the `Set.prototype.union` method.",
category: "ES2025",
proposal: "set-methods",
recommended: false,
url: "http://eslint-community.github.io/eslint-plugin-es-x/rules/no-set-prototype-union.html",
},
Expand Down

0 comments on commit 97fe295

Please sign in to comment.