🔧工具(other): modify frame

This commit is contained in:
2024-03-22 13:04:09 +08:00
parent 03ac006f04
commit 52592e5e73
18 changed files with 126 additions and 114 deletions

View File

@@ -45,7 +45,7 @@ module.exports = {
// 'object-curly-spacing': ['error', 'always'], // 强制在大括号中使用一致的空格
// 'max-len': ['error', 120], // 强制一行的最大长度
// 'no-new': 'off', // 禁止使用 new 以避免产生副作用
// 'linebreak-style': 'off', // 强制使用一致的换行风格
// 'linebreak-styles': 'off', // 强制使用一致的换行风格
// 'import/extensions': 'off', // 确保在导入路径中统一使用文件扩展名
// 'eol-last': 'off', // 要求或禁止文件末尾存在空行
// 'no-shadow': 'off', // 禁止变量声明与外层作用域的变量同名