Skip to content

Commit

Permalink
add invalid_runtime_check_with_js_interop_types lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Aug 7, 2024
1 parent 01b9d71 commit bcb43c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages_web/sqflite_common_ffi_web/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,7 @@ linter:
- no_self_assignments
- no_wildcard_variable_uses
- type_literal_in_constant_pattern
# New in 3.5
- invalid_runtime_check_with_js_interop_types
# === doc rules ===
- public_member_api_docs

0 comments on commit bcb43c2

Please sign in to comment.