From d2f84066b9c90023b67da54311eb2c6bc3b5c0e8 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 24 Jul 2024 06:35:14 +0800 Subject: [PATCH] feat: add `name` to configs (for tooling) --- lib/flat.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/flat.js b/lib/flat.js index b62dce3..c596ab5 100644 --- a/lib/flat.js +++ b/lib/flat.js @@ -33,6 +33,7 @@ const commonLanguageOptions = { Object.assign(plugin.configs, { globals: { + name: 'cypress/globals', plugins: { cypress: plugin }, @@ -46,6 +47,7 @@ Object.assign(plugin.configs, { Object.assign(plugin.configs, { recommended: { + name: 'cypress/recommended', plugins: { cypress: plugin },