Added constants
This commit is contained in:
@@ -10,4 +10,5 @@ linter:
|
||||
prefer_const_declarations: true
|
||||
prefer_const_literals_to_create_immutables: true
|
||||
unnecessary_const: true
|
||||
lines_longer_than_80_chars: false
|
||||
lines_longer_than_80_chars: false
|
||||
constant_identifier_names: false
|
||||
Reference in New Issue
Block a user