atmosphere
atmosphere copied to clipboard
-- Migrate from package:pedantic to package:lints
Describe the solution you'd like
Per the guidance from dart-lang/lints:
in pubspec.yaml
:
- pedantic: ^1.9.0
+ lints: ^1.0.1
and in each analysis_options.yaml
:
-include: package:pedantic/analysis_options.yaml
+include: package:lints/recommended.yaml
can i take up this issue?
@TylerTrott Is this is still relevant or this repository still maintained?