Skip to content

Commit

Permalink
[chore]: Run just f
Browse files Browse the repository at this point in the history
  • Loading branch information
12ball committed Dec 22, 2024
1 parent 09a04af commit 36e8a75
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare_lint_rule! {
/// Disallow specified modules when loaded by import or require.
///
/// ## Examples
///
///
/// ```json
/// {
/// "noRestrictedImports": {
Expand All @@ -39,7 +39,7 @@ declare_lint_rule! {
/// ```
///
/// **Since**: `v2`
///
///
/// ```json,options
/// {
/// "options": {
Expand Down Expand Up @@ -160,7 +160,7 @@ declare_lint_rule! {
/// ```
///
/// ## Options
///
///
/// ```json
/// {
/// "noRestrictedImports": {
Expand All @@ -173,7 +173,7 @@ declare_lint_rule! {
/// }
/// }
/// ```
///
///
/// **Since**: `v2`
///
/// Use the options to specify the import paths and/or specific import names within them that you want to restrict in your source code.
Expand Down

0 comments on commit 36e8a75

Please sign in to comment.