atmosphere icon indicating copy to clipboard operation
atmosphere copied to clipboard

-- Migrate from package:pedantic to package:lints

Open TylerTrott opened this issue 3 years ago • 2 comments

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

TylerTrott avatar Oct 07 '21 20:10 TylerTrott

can i take up this issue?

thevibhu avatar Oct 08 '21 09:10 thevibhu

@TylerTrott Is this is still relevant or this repository still maintained?

nilsreichardt avatar Sep 30 '22 18:09 nilsreichardt