mgenware_dart_lints 2.7.0
mgenware_dart_lints: ^2.7.0 copied to clipboard
Dart lint rules used in Mgenware. It includes all official recommended Dart lint rules in `package:lints/recommended.yaml`.
example/lib/example.dart
void main() {
// ignore: avoid_print
print('Hello world');
}