A set of lints used by the Dart | Windows organization to analyze their packages and repositories; it's built on top of package:lints/recommended.yaml. Part of the Dart | Windows suite of Windows packages.

Package: dartwindows_lints Publisher: win32.pub License: BSD-3-Clause

Usage

To use the lints, add a dependency in your pubspec.yaml file:

dev_dependencies:
  dartwindows_lints: ^1.1.0

then, add an analysis_options.yaml file to your project:

include: package:dartwindows_lints/analysis_options.yaml

Libraries