Skip to content

Commit

Permalink
deprecates id-blacklist and updates docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Jul 11, 2020
1 parent cbde10e commit b932195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rules/id-blacklist.js
Expand Up @@ -111,13 +111,15 @@ function isShorthandPropertyDefinition(node) {

module.exports = {
meta: {
deprecated: true,

type: "suggestion",

docs: {
description: "disallow specified identifiers",
category: "Stylistic Issues",
recommended: false,
url: "https://eslint.org/docs/rules/id-denylist"
url: "https://eslint.org/docs/rules/id-blacklist"
},

schema: {
Expand Down

0 comments on commit b932195

Please sign in to comment.