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