mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: always use Package Imports (#26630)
* chore: always_use_package_imports * fix: lint --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
9b642633c1
commit
ba3f114625
14 changed files with 21 additions and 32 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# packages, and plugins designed to encourage good coding practices.
|
||||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
formatter:
|
||||
formatter:
|
||||
page_width: 120
|
||||
|
||||
linter:
|
||||
|
|
@ -33,6 +33,7 @@ linter:
|
|||
require_trailing_commas: true
|
||||
unrelated_type_equality_checks: true
|
||||
prefer_const_constructors: true
|
||||
always_use_package_imports: true
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue