diff --git a/eslint-local-rules.js b/eslint-local-rules.js index a788d4d9..c8f8f4b7 100644 --- a/eslint-local-rules.js +++ b/eslint-local-rules.js @@ -96,6 +96,10 @@ module.exports = { return; } + if (methodName.startsWith("_")) { + return; + } + const func = methods[methodName]; if (func == null) { context.report({