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.
Copy file name to clipboardExpand all lines: apps/oxlint/src/snapshots/fixtures__extends_config_overrides@oxlint.snap
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
source: apps/oxlint/src/tester.rs
3
-
snapshot_kind: text
4
3
---
5
4
##########
6
5
arguments: overrides
@@ -22,6 +21,15 @@ working directory: fixtures/extends_config
22
21
`----
23
22
help: Use `unknown` instead, this will force you to explicitly, and safely, assert the type is correct.
24
23
24
+
! ]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.
25
+
,-[overrides/test.tsx:2:11]
26
+
1 | function component(): any {
27
+
2|return <a>click here</a>;
28
+
: ^
29
+
3|}
30
+
`----
31
+
help: Providean`href`forthe`a`element.
32
+
25
33
x ]8;;https://oxc.rs/docs/guide/usage/linter/rules/jsx_a11y/anchor-ambiguous-text.html\eslint-plugin-jsx-a11y(anchor-ambiguous-text)]8;;\: Ambiguous text within anchor, screen reader users rely on link text for context.
26
34
,-[overrides/test.tsx:2:10]
27
35
1|function component():any {
@@ -31,7 +39,7 @@ working directory: fixtures/extends_config
31
39
`----
32
40
help: Avoid using ambiguous text like "click here", replace it with more descriptive text that provides context.
33
41
34
-
Found0warningsand3errors.
42
+
Found 1 warning and 3 errors.
35
43
Finished in <variable>ms on 2 files using 1 threads.
0 commit comments