include: package:lints/recommended.yaml analyzer: language: strict-casts: true linter: rules: # Ignore this lint (triggered by the annotation definitions in lib/js.dart). library_private_types_in_public_api: false