diff --git a/packages/agentflow/.eslintrc.js b/packages/agentflow/.eslintrc.js index bfae6d4c4b2..4a419f5f3cf 100644 --- a/packages/agentflow/.eslintrc.js +++ b/packages/agentflow/.eslintrc.js @@ -7,8 +7,10 @@ const crossFeatureRules = features.map((feature) => ({ })) module.exports = { + root: true, extends: [ 'eslint:recommended', + 'plugin:markdown/recommended', 'plugin:react/recommended', 'plugin:react/jsx-runtime', 'plugin:react-hooks/recommended',