Skip to content

Commit 98aafa5

Browse files
committed
Add names for the eslint-inspector
1 parent 8d597fd commit 98aafa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/recommended.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const plugin = emberPlugin;
88
export const parser = emberParser;
99

1010
export const base = {
11+
name: 'ember:base',
1112
files: ['**/*.{js,ts}'],
1213
plugins: { ember: emberPlugin },
1314
rules: {
@@ -16,6 +17,7 @@ export const base = {
1617
};
1718

1819
export const gjs = {
20+
name: 'ember:gjs',
1921
plugins: { ember: emberPlugin },
2022
files: ['**/*.gjs'],
2123
languageOptions: {
@@ -34,6 +36,7 @@ export const gjs = {
3436
};
3537

3638
export const gts = {
39+
name: 'ember:gts',
3740
plugins: { ember: emberPlugin },
3841
files: ['**/*.gts'],
3942
languageOptions: {

0 commit comments

Comments
 (0)