10 lines
332 B
YAML
10 lines
332 B
YAML
|
include: package:flutter_lints/flutter.yaml
|
||
|
|
||
|
linter:
|
||
|
rules:
|
||
|
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||
|
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||
|
|
||
|
# Additional information about this file can be found at
|
||
|
# https://dart.dev/guides/language/analysis-options
|