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

@@ -28,7 +28,7 @@ const readBlockList = () =>
/** @type {(import('eslint').Linter.Config)[]} */
module.exports = [
// NOTE: 不能和下一项配置合并
// NOTE: Cannot be merged with the next configuration
{
ignores: [
'**/*.d.ts',
@@ -68,7 +68,7 @@ module.exports = [
...require('@coze-arch/eslint-plugin').configs.recommended,
require('@coze-arch/eslint-plugin/zustand').configs.recommended,
{
files: ['**/*.?(m|c)?(j|t)s?(x)'], // 排除规则对package.json生效
files: ['**/*.?(m|c)?(j|t)s?(x)'], // Exclusion rules take effect for package.json
plugins: {
prettier: require('eslint-plugin-prettier'),
'@babel': require('@babel/eslint-plugin'),