From 5711941501d971eec8fa4ac5597e115cda113f1a Mon Sep 17 00:00:00 2001 From: Juerg Hunziker Date: Sun, 19 Nov 2023 22:08:58 +0100 Subject: [PATCH] allow global wp object --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5b21ea9b..4fa34767 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,4 @@ module.exports = { root: true, extends: [ 'plugin:@wordpress/eslint-plugin/recommended' ], - globals: { - wp: 'off', - }, };