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.
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
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