From 0c934967fe3908b76db0f5dab01b34f060fd08f0 Mon Sep 17 00:00:00 2001 From: Mohammad Danesh Date: Mon, 25 Mar 2024 09:58:02 +0330 Subject: [PATCH] feat: add lighthouserc .cjs extension support (#2256) --- src/icons/fileIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index bd091a5cb..7e5793b16 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -2313,6 +2313,8 @@ export const fileIcons: FileIcons = { fileNames: [ '.lighthouserc.js', 'lighthouserc.js', + '.lighthouserc.cjs', + 'lighthouserc.cjs', '.lighthouserc.json', 'lighthouserc.json', '.lighthouserc.yml',