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: apps/oxlint/src/snapshots/fixtures__extends_config_--config relative_paths__extends_extends_config.json console.js@oxlint.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ working directory: fixtures/extends_config
14
14
help: Delete this console statement.
15
15
16
16
Found 0 warnings and 1 error.
17
-
Finished in <variable>ms on 1 file with 103 rules using 1 threads.
17
+
Finished in <variable>ms on 1 file with 102 rules using 1 threads.
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jsx_a11y/anchor-is-valid.html\eslint-plugin-jsx-a11y(anchor-is-valid)]8;;\: Missing `href` attribute for the `a` element.
34
+
,-[overrides/test.tsx:2:11]
35
+
1|function component():any {
36
+
2|return <a>click here</a>;
37
+
: ^
38
+
3| }
39
+
`----
40
+
help: Provide an `href` for the `a` element.
41
+
42
+
Found 1 warning and 3 errors.
35
43
Finished in <variable>ms on 2 files using 1 threads.
x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jest/valid-title.html\eslint-plugin-jest(valid-title)]8;;\: "Should not have an empty title"
10
+
,-[index.test.ts:1:10]
11
+
1|describe("", () => {
12
+
: ^^
13
+
2|//
14
+
`----
15
+
help: "Write a meaningful title for your test"
16
+
17
+
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\eslint(no-unused-vars)]8;;\: Variable 'foo' is declared but never used. Unused variables should start with a '_'.
18
+
,-[index.ts:1:7]
19
+
1 | const foo = 123;
20
+
: ^|^
21
+
: `--'foo'isdeclaredhere
22
+
`----
23
+
help: Consider removing this declaration.
24
+
25
+
x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jest/valid-title.html\eslint-plugin-jest(valid-title)]8;;\: "Should not have an empty title"
26
+
,-[index.test.ts:4:6]
27
+
3 |
28
+
4 | it("", () => {});
29
+
: ^^
30
+
5 | });
31
+
`----
32
+
help: "Write a meaningful title for your test"
33
+
34
+
Found1warningand2errors.
35
+
Finishedin <variable>ms on 2 files with 101 rules using 1 threads.
0 commit comments