You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/integration-tests/tests/__snapshots__/flat-config-types-@types__eslint-v8.test.ts.snap
+15-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
exports[`flat-config-types-@types__eslint-v8 eslint should work successfully 1`] =`
4
4
[
5
5
{
6
-
"errorCount": 2,
6
+
"errorCount": 3,
7
7
"fatalErrorCount": 0,
8
8
"filePath": "<root>/eslint.config.js",
9
9
"fixableErrorCount": 0,
@@ -23,8 +23,19 @@ exports[`flat-config-types-@types__eslint-v8 eslint should work successfully 1`]
23
23
{
24
24
"column": 5,
25
25
"endColumn": 24,
26
-
"endLine": 59,
27
-
"line": 59,
26
+
"endLine": 55,
27
+
"line": 55,
28
+
"message": "Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer.",
"message": "Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer.",
Copy file name to clipboardexpand all lines: packages/integration-tests/tests/__snapshots__/flat-config-types-@types__eslint-v9.test.ts.snap
+15-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
exports[`flat-config-types-@types__eslint-v9 eslint should work successfully 1`] =`
4
4
[
5
5
{
6
-
"errorCount": 2,
6
+
"errorCount": 3,
7
7
"fatalErrorCount": 0,
8
8
"filePath": "<root>/eslint.config.js",
9
9
"fixableErrorCount": 0,
@@ -23,8 +23,19 @@ exports[`flat-config-types-@types__eslint-v9 eslint should work successfully 1`]
23
23
{
24
24
"column": 5,
25
25
"endColumn": 24,
26
-
"endLine": 59,
27
-
"line": 59,
26
+
"endLine": 55,
27
+
"line": 55,
28
+
"message": "Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer.",
"message": "Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer.",
0 commit comments