You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. };