fixed JS error when inserting response to editor

This commit is contained in:
Nikita 2024-12-09 14:29:44 +03:00
parent bb7b0b6151
commit 8df21ef245
2 changed files with 10 additions and 23 deletions

View file

@ -1,3 +1,6 @@
module.exports = {
extends: ['plugin:@wordpress/eslint-plugin/recommended'],
settings: {
'import/core-modules': ['jquery', 'lodash'],
},
};