8 lines
156 B
YAML
8 lines
156 B
YAML
|
|
include: package:flutter_lints/flutter.yaml
|
||
|
|
|
||
|
|
linter:
|
||
|
|
rules:
|
||
|
|
prefer_const_constructors: true
|
||
|
|
prefer_const_declarations: true
|
||
|
|
avoid_print: true
|