Skip to content

Commit

Permalink
gen
Browse files Browse the repository at this point in the history
  • Loading branch information
minht11 committed Sep 2, 2024
1 parent 7c2a956 commit ccf4dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/biome_configuration/src/analyzer/linter/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2944,7 +2944,7 @@ pub struct Nursery {
#[serde(skip_serializing_if = "Option::is_none")]
pub no_restricted_imports:
Option<RuleConfiguration<biome_js_analyze::options::NoRestrictedImports>>,
#[doc = "Disallow primitive type aliases, misleading or user defined types."]
#[doc = "Disallow user defined types."]
#[serde(skip_serializing_if = "Option::is_none")]
pub no_restricted_types:
Option<RuleFixConfiguration<biome_js_analyze::options::NoRestrictedTypes>>,
Expand Down
3 changes: 1 addition & 2 deletions packages/@biomejs/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/@biomejs/biome/configuration_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccf4dba

Please sign in to comment.