dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Share analysis config between packages #2447

Open parlough opened 3 weeks ago

parlough commented 3 weeks ago

Move the various analysis option setups to a shared package that can be used as a path-based dev dependency by this repo's various packages to standardize the analysis configuration within the repo and reduce duplication. Then also fix the resulting lints :)

This will help the transition to a shared workspace with a shared analysis config in the future once each package can update its SDK constraints.