Remove rule definition that's already included in parent configs

[MAILPOET-5015]
This commit is contained in:
Jan Jakes
2023-03-25 21:34:23 +01:00
committed by Jan Jakeš
parent 30f5a48b9d
commit 5d03be50f3

View File

@ -41,13 +41,6 @@ module.exports = [
'import/prefer-default-export': 0, // we want to stop using default exports and start using named exports
// Exceptions
'import/extensions': 0, // we wouldn't be able to import jQuery without this line
'jsx-a11y/anchor-is-valid': [
'error',
{
components: ['Link'],
specialLink: ['to'],
},
],
'import/no-default-export': 1, // no default exports
},
},