Skip to content

Commit

Permalink
linting: Appease eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Parnell committed Mar 19, 2021
1 parent 381032e commit 09bf9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/format/repeatcount-format-rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module.exports = class RepeatCountIsPositiveInteger extends Rule {
}

validateField(node, field) {

const fieldObj = node.model.getField(field);
const fieldValue = node.getValue(field);

Expand Down

0 comments on commit 09bf9de

Please sign in to comment.