fl_common_lint 1.6.0
fl_common_lint: ^1.6.0 copied to clipboard
Common linter configuration for vanyasem's projects.
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.6.0or
dev_dependencies: fl_common_lint: git: url: [email protected]:productlabteam/fl-common-lint.git ref: 1.6.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