Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 980 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 980 Bytes

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