mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
module.exports = {
|
|
extends: ['plugin:@wordpress/eslint-plugin/recommended'],
|
|
settings: {
|
|
'import/core-modules': ['jquery', 'lodash'],
|
|
},
|
|
};
|