diff --git a/packages/js/email-editor/.eslintrc.js b/packages/js/email-editor/.eslintrc.js index 871680a0d1..93b6a7e4ef 100644 --- a/packages/js/email-editor/.eslintrc.js +++ b/packages/js/email-editor/.eslintrc.js @@ -5,6 +5,12 @@ module.exports = { files: [ '**/*.js', '**/*.ts', '**/*.jsx', '**/*.tsx' ], rules: { 'react/react-in-jsx-scope': 'off', + '@wordpress/i18n-text-domain': [ + 'error', + { + allowedTextDomain: [ 'mailpoet' ], + }, + ], }, }, ],