Skip to content

consider adding an example dir (for more pub points) #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pq opened this issue May 12, 2021 · 0 comments · Fixed by dart-archive/lints#36
Closed

consider adding an example dir (for more pub points) #746

pq opened this issue May 12, 2021 · 0 comments · Fixed by dart-archive/lints#36

Comments

@pq
Copy link
Member

pq commented May 12, 2021

Follow-up from #745

@isoos adds:

Any of these should do:

  • example/README.md
  • example/lints.dart
  • example/example.dart
  • or more

How about:

example/README.md

An example project that uses Dart recommended lints.

example/analysis_options.yaml

include: package:lints/recommended.yaml

example/pubspec.yaml

name: example
environment:
  sdk: '>=2.12.0 <3.0.0'

dev_dependencies:
   lints: ^1.0.0
@mosuem mosuem transferred this issue from dart-archive/lints Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants