2024-03-13 08:43:58 +00:00
|
|
|
export default {
|
|
|
|
exclude: [
|
|
|
|
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
|
2024-04-13 08:54:36 +00:00
|
|
|
'eslint', // need to migrate to eslint flat config first
|
2024-03-13 08:43:58 +00:00
|
|
|
'eslint-plugin-array-func', // need to migrate to eslint flat config first
|
2024-04-13 08:54:36 +00:00
|
|
|
'eslint-plugin-vitest', // need to migrate to eslint flat config first
|
2024-03-13 08:43:58 +00:00
|
|
|
],
|
|
|
|
};
|