mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 09:17:37 +00:00
change package to relative imports lint rule
This commit is contained in:
parent
0965ab7dcc
commit
e17b1f70c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue