From fb213b3b1b09b49e5413a5de6eec66add5b1948f Mon Sep 17 00:00:00 2001 From: Hsing-yu Flowers Date: Wed, 14 Sep 2022 15:00:20 -0700 Subject: [PATCH] Use the eslint config at the root of the repo (https://github.com/woocommerce/woocommerce-blocks/pull/7149) --- plugins/woocommerce-blocks/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce-blocks/.eslintrc.js b/plugins/woocommerce-blocks/.eslintrc.js index 331d1c51865..234cd4db25b 100644 --- a/plugins/woocommerce-blocks/.eslintrc.js +++ b/plugins/woocommerce-blocks/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + root: true, extends: [ 'plugin:@woocommerce/eslint-plugin/recommended', 'plugin:you-dont-need-lodash-underscore/compatible',