mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-04 03:29:33 +08:00
fixed JS error when inserting response to editor
This commit is contained in:
parent
bb7b0b6151
commit
8df21ef245
2 changed files with 10 additions and 23 deletions
|
@ -1,3 +1,6 @@
|
|||
module.exports = {
|
||||
extends: ['plugin:@wordpress/eslint-plugin/recommended'],
|
||||
settings: {
|
||||
'import/core-modules': ['jquery', 'lodash'],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue