code.gitea.io/gitea@v1.22.3/updates.config.js (about) 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 };