From 98aafa5f3169c42a3ff16b97068f01c98ebc0f0c Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:08:03 -0400 Subject: [PATCH] Add names for the eslint-inspector --- lib/recommended.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/recommended.mjs b/lib/recommended.mjs index 3db25e624c..5daaf29ae4 100644 --- a/lib/recommended.mjs +++ b/lib/recommended.mjs @@ -8,6 +8,7 @@ export const plugin = emberPlugin; export const parser = emberParser; export const base = { + name: 'ember:base', files: ['**/*.{js,ts}'], plugins: { ember: emberPlugin }, rules: { @@ -16,6 +17,7 @@ export const base = { }; export const gjs = { + name: 'ember:gjs', plugins: { ember: emberPlugin }, files: ['**/*.gjs'], languageOptions: { @@ -34,6 +36,7 @@ export const gjs = { }; export const gts = { + name: 'ember:gts', plugins: { ember: emberPlugin }, files: ['**/*.gts'], languageOptions: {