From 35f0b3887d6dffb749653e5f145f70573b277ad0 Mon Sep 17 00:00:00 2001 From: Charlie-Crowdstrike <126509736+Charlie-Crowdstrike@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:50:29 -0700 Subject: [PATCH] Update processor task name comment with more specific doc link Co-authored-by: Kelly Selden <602423+kellyselden@users.noreply.github.com> --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index fcd04a9..a6dceff 100644 --- a/lib/index.js +++ b/lib/index.js @@ -16,6 +16,6 @@ module.exports.meta = { module.exports.processors = { '.json': require('./processors/json'), // dot prefix is no longer allowed in eslint v9 - // https://eslint.org/docs/latest/extend/plugin-migration-flat-config + // https://eslint.org/docs/latest/extend/plugin-migration-flat-config#migrating-processors-for-flat-config 'json': require('./processors/json') };