18 lines
432 B
YAML
18 lines
432 B
YAML
|
include: package:lints/recommended.yaml
|
||
|
|
||
|
# Uncomment the following section to specify additional rules.
|
||
|
|
||
|
# linter:
|
||
|
# rules:
|
||
|
# - camel_case_types
|
||
|
|
||
|
# analyzer:
|
||
|
# exclude:
|
||
|
# - path/to/excluded/files/**
|
||
|
|
||
|
# For more information about the core and recommended set of lints, see
|
||
|
# https://dart.dev/go/core-lints
|
||
|
|
||
|
# For additional information about configuring this file, see
|
||
|
# https://dart.dev/guides/language/analysis-options
|