fa-mcp-sdk 0.4.6 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import baseConfig from 'eslint-config-at-26-2';
|
|
2
|
-
|
|
3
|
-
export default [
|
|
4
|
-
...baseConfig,
|
|
5
|
-
|
|
6
|
-
// Project-specific ignores not covered by base config
|
|
7
|
-
{
|
|
8
|
-
ignores: [
|
|
9
|
-
'cli-template/',
|
|
10
|
-
],
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
// Rules that were not in old config — disable to match previous behavior
|
|
14
|
-
{
|
|
15
|
-
rules: {
|
|
16
|
-
'no-console': 'off',
|
|
17
|
-
'import/order': 'off',
|
|
18
|
-
'prefer-arrow/prefer-arrow-functions': 'off',
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
|
|
22
|
-
// JS-specific overrides
|
|
23
|
-
{
|
|
24
|
-
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
|
|
25
|
-
rules: {},
|
|
26
|
-
},
|
|
27
|
-
];
|
|
1
|
+
import baseConfig from 'eslint-config-at-26-2';
|
|
2
|
+
|
|
3
|
+
export default [
|
|
4
|
+
...baseConfig,
|
|
5
|
+
|
|
6
|
+
// Project-specific ignores not covered by base config
|
|
7
|
+
{
|
|
8
|
+
ignores: [
|
|
9
|
+
'cli-template/',
|
|
10
|
+
],
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
// Rules that were not in old config — disable to match previous behavior
|
|
14
|
+
{
|
|
15
|
+
rules: {
|
|
16
|
+
'no-console': 'off',
|
|
17
|
+
'import/order': 'off',
|
|
18
|
+
'prefer-arrow/prefer-arrow-functions': 'off',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
|
|
22
|
+
// JS-specific overrides
|
|
23
|
+
{
|
|
24
|
+
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
|
|
25
|
+
rules: {},
|
|
26
|
+
},
|
|
27
|
+
];
|