Disable @wordpress/no-unsafe-wp-apis

The unsafe APIs concept was replaced by private APIs.
[MAILPOET-6438]
This commit is contained in:
Rostislav Wolny
2025-01-16 14:16:38 +01:00
committed by Oluwaseun Olorunsola
parent 07629938cb
commit 3693abf0d4
6 changed files with 11 additions and 13 deletions

View File

@ -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',
{