Disable @wordpress/no-unsafe-wp-apis
The unsafe APIs concept was replaced by private APIs. [MAILPOET-6438]
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
07629938cb
commit
3693abf0d4
@ -5,6 +5,7 @@ module.exports = {
|
||||
files: [ '**/*.js', '**/*.ts', '**/*.jsx', '**/*.tsx' ],
|
||||
rules: {
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
'@wordpress/no-unsafe-wp-apis': 'off',
|
||||
'@wordpress/i18n-text-domain': [
|
||||
'error',
|
||||
{
|
||||
|
Reference in New Issue
Block a user