Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
disallowArrayDestructuringReturn: adjust to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Mar 1, 2016
1 parent 3b1fc42 commit 4b97b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/disallow-array-destructuring-return.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports.prototype = {
errors.add(
'Array destructuring is not allowed for return, ' +
'use object destructuring instead',
node
node.loc.start
);
};

Expand Down

0 comments on commit 4b97b03

Please sign in to comment.