Skip to content

Commit

Permalink
Build: Fix prefer-reflect rule to not crash site gen build (#7471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyavolodin authored and kaicataldo committed Oct 31, 2016
1 parent 8ba68a3 commit fffdf13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/prefer-reflect.js
Expand Up @@ -14,7 +14,8 @@ module.exports = {
docs: {
description: "require `Reflect` methods where applicable",
category: "ECMAScript 6",
recommended: false
recommended: false,
replacedBy: []
},

deprecated: true,
Expand Down

0 comments on commit fffdf13

Please sign in to comment.