Skip to content

Commit 7d9cf8f

Browse files
committed
chore(agentflow): update ESLint configuration to include root and markdown plugin
1 parent d6ee015 commit 7d9cf8f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/agentflow/.eslintrc.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ 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',
1517
'plugin:jsx-a11y/recommended',
16-
'plugin:@typescript-eslint/recommended',
17-
'plugin:prettier/recommended'
18+
'plugin:prettier/recommended',
19+
'plugin:@typescript-eslint/recommended'
1820
],
1921
parser: '@typescript-eslint/parser',
2022
parserOptions: {

0 commit comments

Comments
 (0)