summaryrefslogtreecommitdiffstats
path: root/updates.config.js
blob: 11908dea8e5b5cbecaa42538f46470fff477ade7 (plain)
1
2
3
4
5
6
export default {
  exclude: [
    '@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
    'eslint-plugin-array-func', // need to migrate to eslint flat config first
  ],
};