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