From e0c308132650afb153d910142f0c791a255c4ef5 Mon Sep 17 00:00:00 2001 From: Stian Date: Fri, 10 Jan 2025 08:37:35 +0100 Subject: [PATCH] Allow importing from @t2 --- .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',