๐Ÿ“ฆ techouse / alfred_workflow

๐Ÿ“„ analysis_options.yaml ยท 14 lines
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