lint_maker 0.1.0-1 lint_maker: ^0.1.0-1 copied to clipboard
A script to help you create custom linting configurations. Creates analysis_options.yaml files to your liking.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lint_maker
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
lint_maker: ^0.1.0-1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.