dart_frog_lint 0.1.0
dart_frog_lint: ^0.1.0 copied to clipboard
A collection of lint rules built specifically for the Dart Frog backend framework.
Dart Frog Lint #
A collection of lint rules built specifically for Dart Frog.
Documentation 📝 #
For official documentation, please visit dart-frog.dev.
Quick Start 🚀 #
-
Install
dart_frog_lint
dart pub add --dev dart_frog_lint
-
Add an
analysis_options.yaml
to the root of your project with the recommended rulesinclude: package:dart_frog_lint/recommended.yaml