require_trailing_commas lint rule

This commit is contained in:
julian 2024-05-09 10:10:34 -06:00
parent 827527776d
commit 370cb3f4a6

View file

@ -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