This commit is contained in:
randogoth 2026-06-07 15:05:57 +03:00
commit 6ba3bd9b35
7 changed files with 1475 additions and 0 deletions

15
analysis_options.yaml Normal file
View file

@ -0,0 +1,15 @@
include: package:lints/recommended.yaml
analyzer:
exclude:
- '**/*.g.dart'
- '**/*.freezed.dart'
linter:
rules:
- public_member_api_docs
- prefer_final_fields
- prefer_const_constructors
- prefer_const_declarations
- avoid_print
- sort_pub_dependencies