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