dart_lintz 1.2.1
dart_lintz: ^1.2.1 copied to clipboard
A very strict set of Dart lint rules. Inspired by the likes of Java and Apex.
Dart Lintz #
How to enable these lints #
- Add this to your
pubspec.yaml
dev_dependencies:
dart_lintz: ^1.2.1
copied to clipboard
- Add this to your
analysis_options.yaml
include: package:dart_lintz/dart_lintz.yaml
copied to clipboard
How to fix lints #
dart fix --apply --code <the lint to fix>
copied to clipboard