Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

updates.config.js 337B

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