2024-03-13 09:43:58 +01:00
|
|
|
export default {
|
|
|
|
exclude: [
|
|
|
|
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
|
2024-04-13 10:54:36 +02:00
|
|
|
'eslint', // need to migrate to eslint flat config first
|
2024-03-13 09:43:58 +01:00
|
|
|
'eslint-plugin-array-func', // need to migrate to eslint flat config first
|
2024-05-28 03:50:28 +02:00
|
|
|
'eslint-plugin-no-use-extend-native', // need to migrate to eslint flat config first
|
2024-04-13 10:54:36 +02:00
|
|
|
'eslint-plugin-vitest', // need to migrate to eslint flat config first
|
2024-03-13 09:43:58 +01:00
|
|
|
],
|
|
|
|
};
|