We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd0a5b commit 9b1a888Copy full SHA for 9b1a888
updates.config.js
@@ -0,0 +1,6 @@
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
+};
0 commit comments