We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d597fd + 98aafa5 commit 34b70c1Copy full SHA for 34b70c1
lib/recommended.mjs
@@ -8,6 +8,7 @@ export const plugin = emberPlugin;
8
export const parser = emberParser;
9
10
export const base = {
11
+ name: 'ember:base',
12
files: ['**/*.{js,ts}'],
13
plugins: { ember: emberPlugin },
14
rules: {
@@ -16,6 +17,7 @@ export const base = {
16
17
};
18
19
export const gjs = {
20
+ name: 'ember:gjs',
21
22
files: ['**/*.gjs'],
23
languageOptions: {
@@ -34,6 +36,7 @@ export const gjs = {
34
36
35
37
38
export const gts = {
39
+ name: 'ember:gts',
40
41
files: ['**/*.gts'],
42
0 commit comments