mgenware_dart_lints 2.1.0
mgenware_dart_lints: ^2.1.0 copied to clipboard
Dart lint rules used by 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');
}