From 5626da8b7820217a6f2db4e95cfa5d83443f280e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 18 Jan 2024 00:50:34 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20fix=20github=20actions?= =?UTF-8?q?=20on=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (I hate javascript ecosystem and workflow so much) --- jsconfig.json | 3 ++- test/placeholder.test.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 7f2ebcc..4cf55bc 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -15,7 +15,8 @@ "include": [ "./src/**/*.js", "./test/**/*.js", - "./eslint.config.js" + "./eslint.config.js", + "./eslint.config.cjs" ], "exclude": [ "./node_modules/**", diff --git a/test/placeholder.test.js b/test/placeholder.test.js index 5a723d6..c094da5 100644 --- a/test/placeholder.test.js +++ b/test/placeholder.test.js @@ -1,3 +1,4 @@ +// eslint-disable-next-line n/no-unpublished-import import { expect, test } from 'vitest'; test('placeholder', () => {