Updated linter rules
This commit is contained in:
@@ -5,12 +5,12 @@ linter:
|
||||
avoid_print: false
|
||||
prefer_single_quotes: true
|
||||
always_use_package_imports: true
|
||||
prefer_const_constructors: false
|
||||
prefer_const_constructors_in_immutables: false
|
||||
prefer_const_declarations: false
|
||||
prefer_const_literals_to_create_immutables: false
|
||||
prefer_const_constructors: true
|
||||
prefer_const_constructors_in_immutables: true
|
||||
prefer_const_declarations: true
|
||||
prefer_const_literals_to_create_immutables: true
|
||||
unnecessary_const: true
|
||||
lines_longer_than_80_chars: true
|
||||
lines_longer_than_80_chars: false
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
||||
|
||||
Reference in New Issue
Block a user