From 6643201627fbc0a066fc498f543a8f6aca233933 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Thu, 13 Jun 2024 14:43:52 +0200 Subject: [PATCH] fix: add name to recommended flat config See https://eslint.org/docs/latest/use/configure/configuration-files#configuration-naming-conventions --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 68f2b0b..cbc7cb2 100644 --- a/index.js +++ b/index.js @@ -47,6 +47,7 @@ const plugin = { }; const recommended = { + name: 'security/recommended', plugins: { security: plugin }, rules: { 'security/detect-buffer-noassert': 'warn',