mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
require_trailing_commas lint rule
This commit is contained in:
parent
827527776d
commit
370cb3f4a6
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ linter:
|
|||
constant_identifier_names: false
|
||||
prefer_final_locals: true
|
||||
prefer_final_in_for_each: true
|
||||
require_trailing_commas: true
|
||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||
|
||||
|
|
Loading…
Reference in a new issue