🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-16 11:10:13 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailchimp-for-woocommerce
/
blocks
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailchimp-for-woocommerce/blocks
🔄 Refresh
✏️
Editing: .eslintrc.js
Writable
module.exports = { extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ], settings: { // List of modules that are externals in our webpack config. // This helps the `import/no-extraneous-dependencies` and //`import/no-unresolved` rules account for them. 'import/core-modules': [ '@woocommerce/blocks-checkout', '@woocommerce/settings', '@woocommerce/shared-hocs', 'react', ], 'import/resolver': { node: {}, webpack: {}, }, }, };
💾 Save Changes
❌ Cancel