Skip to content

Commit

Permalink
Disable eslint-plugin/prefer-object-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jul 4, 2020
1 parent 7247572 commit a213b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-ava-rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function getTestModifierNames(node) {
return util.getTestModifiers(node).map(property => property.name);
}

module.exports = () => {
module.exports = () => { // eslint-disable-line eslint-plugin/prefer-object-rule
let isTestFile = false;
let currentTestNode;

Expand Down

0 comments on commit a213b27

Please sign in to comment.