strict_lints 0.2.0 strict_lints: ^0.2.0 copied to clipboard
A linter rules set that enable as much linter options as possible.
Strict Lints #
A shared linter rules template that enable as much linter options as possible.
All options except the ones already provided by the
flutter_lints
package
are all listed inside the lib/strict_lints.yaml
source file. Even if the conflicted ones are only commented by remained.
You can refer to the APIs
for more details.
How to use #
First, add it to your dev_dependencies
in the pubspec.yaml
manifest file.
dev_dependencies:
strict_lints: ^<version>
Then, include it inside your analysis_options.yaml
file.
include: package:strict_lints/strict_lints.yaml
License and Contributors #
This package is released under the MIT License. (see the license file) And all contributors are listed here. (please at lease use a name in ASCII code and sort alphabetically).
- James Aprosail aprosail@outlook.com