diff options
Diffstat (limited to 'updates.config.js')
-rw-r--r-- | updates.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/updates.config.js b/updates.config.js new file mode 100644 index 0000000000..11908dea8e --- /dev/null +++ b/updates.config.js @@ -0,0 +1,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 + ], +}; |