mgenware_dart_lints 2.6.1
mgenware_dart_lints: ^2.6.1 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');
}