dart_frog_lint 0.1.2
dart_frog_lint: ^0.1.2 copied to clipboard
A collection of lint rules built specifically for Dart Frog — a fast, minimalistic backend framework for Dart.
Dart Frog Lint #
-
Install
dart_frog_lintdart pub add --dev dart_frog_lint -
Add an
analysis_options.yamlto the root of your project with the recommended rulesinclude: package:dart_frog_lint/recommended.yaml
