Skip to content

Commit eb55f80

Browse files
committed
docs(linter): fix typo in import/no-namespace
1 parent ff775e9 commit eb55f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/import/no_namespace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ declare_oxc_lint!(
5555
///
5656
/// ```json
5757
/// {
58-
/// "ignores": ["*.json"]
58+
/// "ignore": ["*.json"]
5959
/// }
6060
/// ```
6161
///

0 commit comments

Comments
 (0)