From 6fd088cb0ce69b7f5d4fd921c33135db797bd8e4 Mon Sep 17 00:00:00 2001 From: Stian Date: Fri, 10 Jan 2025 08:51:17 +0100 Subject: [PATCH] Allow importing from @t2 (#544) --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 8bd369d..a7abd77 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,6 +6,9 @@ module.exports = { env: { browser: true, }, + settings: { + 'import/core-modules': ['@t2/editor'], + }, rules: { 'jsdoc/require-param': 'off', '@wordpress/no-global-event-listener': 'off',