Skip to content

Commit

Permalink
Fix lint issues in update-rule-types.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 17, 2018
1 parent 37997aa commit 65bd89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-rule-types.js
Expand Up @@ -27,7 +27,7 @@ module.exports = (fileInfo, api) => {

// if there's no properties, just exit
if (!metaNode.value.properties) {
return;
return null;
}

const typeNode = metaNode.value.properties.find(node => node.key.name === "type");
Expand Down

0 comments on commit 65bd89a

Please sign in to comment.