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