From 40f18c6359c251f04279ab202f3c239d34a2fe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 23 Mar 2023 08:06:35 +0100 Subject: [PATCH] chore(eslint): replace node/no-unpublished-import by n/no-unpublished-import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- core/src/icons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/icons.js b/core/src/icons.js index 3cd685dce8c..d1b38f41a7d 100644 --- a/core/src/icons.js +++ b/core/src/icons.js @@ -1,5 +1,5 @@ /* eslint-disable quote-props */ -/* eslint-disable node/no-unpublished-import */ +/* eslint-disable n/no-unpublished-import */ import path from 'path' import fs from 'fs' import sass from 'sass'