mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
22 lines
417 B
YAML
22 lines
417 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
analyzer:
|
|
exclude:
|
|
- lib/**.g.dart
|
|
- lib/**.freezed.dart
|
|
|
|
formatter:
|
|
trailing_commas: preserve
|
|
page_width: 150
|
|
|
|
linter:
|
|
rules:
|
|
use_key_in_widget_constructors: false
|
|
|
|
prefer_single_quotes: true
|
|
sort_pub_dependencies: true
|
|
always_use_package_imports: true
|
|
directives_ordering: true
|
|
unawaited_futures: true
|
|
discarded_futures: true
|