From 6adc604a50a6c7c2bfa18dd7f0a105fd14005a07 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 29 Aug 2019 07:08:50 -0700 Subject: [PATCH] Remove old comment --- eslint-local-rules.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint-local-rules.js b/eslint-local-rules.js index 2f69f72e..f0a60a47 100644 --- a/eslint-local-rules.js +++ b/eslint-local-rules.js @@ -179,7 +179,7 @@ module.exports = { } const expectedTypeData = TYPE_MAP[type.toLowerCase()]; if (expectedTypeData == null) { - // console.warn(`Missing type data for ${type}.`); + console.warn(`Missing type data for ${type}.`); return; } const fix = fixer => { @@ -189,7 +189,6 @@ module.exports = { ); }; if (actual.typeAnnotation == null) { - // TODO: Report missing types context.report({ node: actual, message: `Missing type for Maki argument. Expected \`${