include: package:flutter_lints/flutter.yaml analyzer: exclude: - packages/api_client/** # generated by `just gen-client` - build/** - android/** - web/** - windows/** - linux/** linter: rules: prefer_single_quotes: true