Skip to content

Commit

Permalink
Update: deprecate 'no-unsupported-features' rule (refs #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jul 14, 2018
1 parent 83e28ac commit 58f3120
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rules/no-unsupported-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,12 @@ module.exports = {
description:
"disallow unsupported ECMAScript features on the specified version",
category: "Possible Errors",
recommended: true,
recommended: false,
replacedBy: ["no-unsupported-ecma-features"],
url:
"https://github.com/mysticatea/eslint-plugin-node/blob/v6.0.1/docs/rules/no-unsupported-features.md",
},
deprecated: true,
fixable: null,
schema: [
{
Expand Down

0 comments on commit 58f3120

Please sign in to comment.