From 1c3bdeaf4f4b76c921d8d223b5428d9826c212b0 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 (#7149) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 331d1c51865..234cd4db25b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + root: true, extends: [ 'plugin:@woocommerce/eslint-plugin/recommended', 'plugin:you-dont-need-lodash-underscore/compatible',