fl-common-lint
This package contains a strict and opinionated set of lints common for vanyasem's projects.
Focused on having as many non-conflicting rules enabled as possible.
Usage
-
Depend on this package as a dev_dependency
pubspec.yaml:dev_dependencies: fl_common_lint: 1.9.0or
dev_dependencies: fl_common_lint: git: url: git@github.com:vanyasem/fl-common-lint.git ref: 1.9.0 -
Create an
analysis_options.yamlfile at the root of the package (alongside thepubspec.yamlfile)analysis_options.yaml:include: package:fl_common_lint/analysis_options.yaml