mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
10 lines
217 B
YAML
10 lines
217 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
invalid_annotation_target: ignore
|
|
no_leading_underscores_for_local_identifiers: ignore
|
|
exclude:
|
|
- "**/*.freezed.dart"
|
|
- "**/*.g.dart"
|