From e17b1f70c7431054f9048f54094cfc980ba58b30 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 22 May 2024 18:18:23 -0600 Subject: [PATCH] change package to relative imports lint rule --- analysis_options.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index c363d17cd..ea46ed3ca 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -82,7 +82,7 @@ linter: # `// ignore_for_file: name_of_lint` syntax on the line or in the file # producing the lint. rules: - always_use_package_imports: true + prefer_relative_imports: true avoid_relative_lib_imports: true no_leading_underscores_for_local_identifiers: false no_leading_underscores_for_library_prefixes: false