Configure mailpoet as allowed text domain
[MAILPOET-6438]
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
92e9642e1f
commit
eb03fc9bac
@ -5,6 +5,12 @@ module.exports = {
|
|||||||
files: [ '**/*.js', '**/*.ts', '**/*.jsx', '**/*.tsx' ],
|
files: [ '**/*.js', '**/*.ts', '**/*.jsx', '**/*.tsx' ],
|
||||||
rules: {
|
rules: {
|
||||||
'react/react-in-jsx-scope': 'off',
|
'react/react-in-jsx-scope': 'off',
|
||||||
|
'@wordpress/i18n-text-domain': [
|
||||||
|
'error',
|
||||||
|
{
|
||||||
|
allowedTextDomain: [ 'mailpoet' ],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user