2022-05-17 20:54:43 +00:00
|
|
|
include: package:lints/recommended.yaml
|
|
|
|
|
|
|
|
linter:
|
|
|
|
rules:
|
|
|
|
constant_identifier_names: ignore
|
2022-04-21 21:14:51 +00:00
|
|
|
|
|
|
|
# Additional information about this file can be found at
|
|
|
|
# https://dart.dev/guides/language/analysis-options
|
2022-05-17 20:54:43 +00:00
|
|
|
analyzer:
|
|
|
|
errors:
|
|
|
|
deprecated_member_use_from_same_package: ignore
|