diff --git a/lib/index.js b/lib/index.js index 4e066ae..33dcffb 100644 --- a/lib/index.js +++ b/lib/index.js @@ -18,6 +18,6 @@ module.exports.processors = { // for backward compatibility with < v9 eslint versions '.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') };