From c6117b993abe0f1a4e9cf8445fd5f07f5c057cbb Mon Sep 17 00:00:00 2001 From: khai96_ Date: Thu, 14 Aug 2025 17:30:37 +0700 Subject: [PATCH] fix: eslint --- config/plugin-commands-config/test/configList.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/plugin-commands-config/test/configList.test.ts b/config/plugin-commands-config/test/configList.test.ts index a93964e78c..1953ff4bb0 100644 --- a/config/plugin-commands-config/test/configList.test.ts +++ b/config/plugin-commands-config/test/configList.test.ts @@ -41,7 +41,7 @@ test('config list censors protected settings', async () => { const rawConfig = { 'store-dir': '~/store', 'fetch-retries': '2', - 'username': 'general-username', + username: 'general-username', '@my-org:registry': 'https://my-org.example.com/registry', '//my-org.example.com:username': 'my-username-in-my-org', } @@ -64,7 +64,7 @@ test('config list --json censors protected settings', async () => { const rawConfig = { 'store-dir': '~/store', 'fetch-retries': '2', - 'username': 'general-username', + username: 'general-username', '@my-org:registry': 'https://my-org.example.com/registry', '//my-org.example.com:username': 'my-username-in-my-org', }