mirror of
https://github.com/foss42/apidash.git
synced 2025-12-12 08:12:46 +08:00
12 lines
193 B
YAML
12 lines
193 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
invalid_annotation_target: ignore
|
|
enable-experiment:
|
|
- records
|
|
|
|
linter:
|
|
rules:
|
|
constant_identifier_names: false
|