Skip to content

A linter rules set that enable as much linter options as possible.

License

Notifications You must be signed in to change notification settings

treeinfra/strict-lints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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