@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 相关 - 开发时不影响渲染的检测
|