Skip to content

Commit ea6ce9d

Browse files
committed
docs(linter): fix typo in import/no-namespace (#11741)
closes oxc-project/oxc-project.github.io#397
1 parent 854b0f1 commit ea6ce9d

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)