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
|
2025-01-16 09:56:41 +00:00
|
|
|
'eslint-plugin-github', // need to migrate to eslint 9 - https://github.com/github/eslint-plugin-github/issues/585
|
2024-05-28 01:50:28 +00:00
|
|
|
'eslint-plugin-no-use-extend-native', // 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
|
|
|
],
|
|
|
|
};
|