1 2 3 4 5 6 7 8 9 10 11 12 13 14include: package:lints/recommended.yaml analyzer: exclude: - "**.g.dart" - "**.mocks.dart" - "example/**" linter: rules: avoid_print: true prefer_single_quotes: true prefer_const_constructors: true
1 2 3 4 5 6 7 8 9 10 11 12 13 14
include: package:lints/recommended.yaml analyzer: exclude: - "**.g.dart" - "**.mocks.dart" - "example/**" linter: rules: avoid_print: true prefer_single_quotes: true prefer_const_constructors: true