Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix newly enforced package:pedantic lints (dart-archive/html#111)
- always_declare_return_types - annotate_overrides - omit_local_variable_types - prefer_conditional_assignment - prefer_if_null_operators - prefer_single_quotes - use_function_type_syntax_for_parameters Ignore prefer_collection_literals lints since they would require incorrect code where a `{}` (statically a `Map`) is assigned to a static `LinkedHashMap`. See https://github.com/dart-lang/linter/issues/1649
- Loading branch information