Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Fix rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
noftaly committed Mar 10, 2023
1 parent bfdaa48 commit 12345b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/rome_js_analyze/src/analyzers/nursery/no_namespace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ declare_rule! {
/// They are not recommended anymore and should be replaced by ES6 modules
/// (the `import`/`export` syntax).
///
/// Add a link to the corresponding ESLint rule (if any):
///
/// Source: https://typescript-eslint.io/rules/no-namespace
///
/// ## Examples
Expand Down
2 changes: 0 additions & 2 deletions website/src/pages/lint/rules/noNamespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Namespaces are an old way to organize your code in TypeScript.
They are not recommended anymore and should be replaced by ES6 modules
(the `import`/`export` syntax).

Add a link to the corresponding ESLint rule (if any):

Source: https://typescript-eslint.io/rules/no-namespace

## Examples
Expand Down

0 comments on commit 12345b4

Please sign in to comment.