We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ee015 commit 7d9cf8fCopy full SHA for 7d9cf8f
1 file changed
packages/agentflow/.eslintrc.js
@@ -7,14 +7,16 @@ const crossFeatureRules = features.map((feature) => ({
7
}))
8
9
module.exports = {
10
+ root: true,
11
extends: [
12
'eslint:recommended',
13
+ 'plugin:markdown/recommended',
14
'plugin:react/recommended',
15
'plugin:react/jsx-runtime',
16
'plugin:react-hooks/recommended',
17
'plugin:jsx-a11y/recommended',
- 'plugin:@typescript-eslint/recommended',
- 'plugin:prettier/recommended'
18
+ 'plugin:prettier/recommended',
19
+ 'plugin:@typescript-eslint/recommended'
20
],
21
parser: '@typescript-eslint/parser',
22
parserOptions: {
0 commit comments