Skip to content

Commit 4d857f8

Browse files
chore(agentflow): update ESLint configuration to include root and markdown plugin (#5881)
* chore(agentflow): update ESLint configuration to include root and markdown plugin * Update packages/agentflow/.eslintrc.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 219b040 commit 4d857f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/agentflow/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ const crossFeatureRules = features.map((feature) => ({
77
}))
88

99
module.exports = {
10+
root: true,
1011
extends: [
1112
'eslint:recommended',
13+
'plugin:markdown/recommended',
1214
'plugin:react/recommended',
1315
'plugin:react/jsx-runtime',
1416
'plugin:react-hooks/recommended',

0 commit comments

Comments
 (0)