chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -5,7 +5,7 @@ module.exports = [
{
files: ['**/*.?(m|c)?(j|t)s?(x)'],
settings: {
// TODO: 全局保留一份配置
// TODO: Keep a configuration globally
'import/resolver': {
node: {
moduleDirectory: ['node_modules', 'src'],
@@ -72,8 +72,8 @@ module.exports = [
},
},
rules: {
// TODO: 目前由于 edenx 会动态生成一些插件模块,因此启动会报错
// 后续需要修复问题,启动下述规则
// TODO: At present, because edenx will dynamically generate some plug-in modules, an error will be reported when starting.
// You need to fix the problem later, and start the following rules.
// "import/no-unresolved": "error"
},
},