@lark-apaas/fullstack-presets 1.0.5 → 1.0.6

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.
@@ -52,7 +52,6 @@ exports.default = {
52
52
  'prefer-const': 'off', // 不强制使用 const
53
53
  // Import 规则
54
54
  'import/no-unresolved': 'error', // 检查导入路径是否存在
55
- 'import/named': 'error', // 检查命名导入是否存在
56
55
  // 其他规则
57
56
  'no-constant-binary-expression': 'off', // 不强制使用常量二进制表达式
58
57
  // React Refresh 相关 - 开发时不影响渲染的检测
@@ -30,7 +30,6 @@ declare const _default: {
30
30
  'no-console': string;
31
31
  'prefer-const': string;
32
32
  'import/no-unresolved': string;
33
- 'import/named': string;
34
33
  'import/no-extraneous-dependencies': string;
35
34
  'no-restricted-imports': (string | {
36
35
  patterns: {
@@ -41,7 +41,6 @@ exports.default = {
41
41
  'prefer-const': 'off',
42
42
  // Import 规则
43
43
  'import/no-unresolved': 'error',
44
- 'import/named': 'error',
45
44
  'import/no-extraneous-dependencies': 'error',
46
45
  // 禁止服务端导入客户端专用包
47
46
  'no-restricted-imports': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-presets",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "files": [
5
5
  "lib"
6
6
  ],