Support core status check and force restart Optimize proxies page and access page Update flutter and pub dependencies
10 lines
184 B
YAML
10 lines
184 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
analyzer:
|
|
exclude:
|
|
- lib/l10n/intl/**
|
|
errors:
|
|
invalid_annotation_target: ignore
|
|
|
|
linter:
|
|
rules:
|
|
prefer_single_quotes: true |