initial commit
This commit is contained in:
15
analysis_options.yaml
Normal file
15
analysis_options.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
linter:
|
||||
rules:
|
||||
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
|
||||
unnecessary_const: true
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
||||
Reference in New Issue
Block a user