simple_lint_rules 2.0.0
simple_lint_rules: ^2.0.0 copied to clipboard
A simple lint rule set and analysis options configuration.
What is this? #
A simple lint rule set and analysis options configuration for Dart's analysis
server. This rule set is based on package:lints/recommended.yaml.
Using the Lints #
To use the lints, add a dependency in your pubspec.yaml file:
dev_dependencies:
simple_lint_rules: ^2.0.0
then, add an analysis_options.yaml file to your project:
include: package:simple_lint_rules/strict.yaml
or:
include: package:simple_lint_rules/strict_plus.yaml