We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7247572 commit a213b27Copy full SHA for a213b27
create-ava-rule.js
@@ -181,7 +181,7 @@ function getTestModifierNames(node) {
181
return util.getTestModifiers(node).map(property => property.name);
182
}
183
184
-module.exports = () => {
+module.exports = () => { // eslint-disable-line eslint-plugin/prefer-object-rule
185
let isTestFile = false;
186
let currentTestNode;
187
0 commit comments