Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro-Mimaki committed Apr 23, 2024
1 parent 96c6d19 commit 2b3b810
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 39 deletions.
97 changes: 58 additions & 39 deletions crates/biome_configuration/src/linter/rules.rs

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

2 changes: 2 additions & 0 deletions crates/biome_js_analyze/src/lint/nursery.rs

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

2 changes: 2 additions & 0 deletions crates/biome_js_analyze/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pub type NoApproximativeNumericConstant = < lint :: suspicious :: no_approximati
pub type NoArguments = <lint::style::no_arguments::NoArguments as biome_analyze::Rule>::Options;
pub type NoAriaHiddenOnFocusable = < lint :: a11y :: no_aria_hidden_on_focusable :: NoAriaHiddenOnFocusable as biome_analyze :: Rule > :: Options ;
pub type NoAriaUnsupportedElements = < lint :: a11y :: no_aria_unsupported_elements :: NoAriaUnsupportedElements as biome_analyze :: Rule > :: Options ;
pub type NoArrayConstructor =
<lint::nursery::no_array_constructor::NoArrayConstructor as biome_analyze::Rule>::Options;
pub type NoArrayIndexKey =
<lint::suspicious::no_array_index_key::NoArrayIndexKey as biome_analyze::Rule>::Options;
pub type NoAssignInExpressions = < lint :: suspicious :: no_assign_in_expressions :: NoAssignInExpressions as biome_analyze :: Rule > :: Options ;
Expand Down
4 changes: 4 additions & 0 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.

7 changes: 7 additions & 0 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 2b3b810

Please sign in to comment.