dart-sdk/pkg/js/analysis_options.yaml
Devon Carew 3d5e62ed2e Move pkg/js to package:lints.
Change-Id: Idf85d4f5ece3725dbd806b064ff8b34b91181205
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240918
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2022-04-15 20:15:15 +00:00

11 lines
232 B
YAML

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