mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-08-18 01:58:54 +08:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
|
|
};
|