From 18fc24c5453dd93138852349d08a4987462d04c3 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 12 Sep 2024 22:41:54 +0800 Subject: [PATCH] feat: add `name` (for tooling) (#629) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 0f77d8aa..db100212 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,6 +32,7 @@ const plugin = { const configs = { "flat/recommended": { + name: 'compat/flat/recommended', plugins: { compat: plugin }, ...recommended.flat, } as Linter.FlatConfig,