mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
18 lines
463 B
YAML
18 lines
463 B
YAML
analyzer:
|
|
strong-mode:
|
|
implicit-casts: false
|
|
language:
|
|
strict-inference: true
|
|
strict-raw-types: true
|
|
errors:
|
|
missing_js_lib_annotation: ignore
|
|
deprecated_member_use_from_same_package: ignore
|
|
|
|
# These are necessary for matching the JS API.
|
|
avoid_types_as_parameter_names: ignore
|
|
|
|
# This has tons of false positives for StreamSubscription.close().
|
|
unawaited_futures: ignore
|
|
|
|
include: package:pedantic/analysis_options.yaml
|