From 09bf9dee8964a11116d5b403f8d5284b7686d875 Mon Sep 17 00:00:00 2001 From: Jared Parnell Date: Fri, 19 Mar 2021 14:21:28 +0000 Subject: [PATCH] linting: Appease eslint --- src/rules/format/repeatcount-format-rule.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rules/format/repeatcount-format-rule.js b/src/rules/format/repeatcount-format-rule.js index 2e84a138..4574e8fc 100644 --- a/src/rules/format/repeatcount-format-rule.js +++ b/src/rules/format/repeatcount-format-rule.js @@ -26,7 +26,6 @@ module.exports = class RepeatCountIsPositiveInteger extends Rule { } validateField(node, field) { - const fieldObj = node.model.getField(field); const fieldValue = node.getValue(field);