-- Migrate from package:pedantic to package:lints
Closed this issue · 0 comments
TylerTrott commented
Describe the solution you'd like
Per the guidance from dart-lang/lints:
in each pubspec.yaml
:
- pedantic: ^1.11.0
+ lints: ^1.0.1
and in each analysis_options.yaml
:
-include: package:pedantic/analysis_options.yaml
+include: package:lints/recommended.yaml