您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

updates.config.js 201B

123456
  1. export default {
  2. exclude: [
  3. '@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
  4. 'eslint-plugin-array-func', // need to migrate to eslint flat config first
  5. ],
  6. };