From 6b06071583e8c7f68e6c208d4b9cc5ef2bfb9597 Mon Sep 17 00:00:00 2001 From: Demetrio Girardi Date: Thu, 9 Oct 2025 08:14:11 -0700 Subject: [PATCH] Update eslint.config.js --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index a9b7fe04153..fcac9d6d0f8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -10,6 +10,7 @@ const _ = require('lodash'); const tseslint = require('typescript-eslint'); const {getSourceFolders} = require('./gulpHelpers.js'); + function jsPattern(name) { return [`${name}/**/*.js`, `${name}/**/*.mjs`] }