mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
16 lines
354 B
YAML
16 lines
354 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
linter:
|
|
rules:
|
|
prefer_relative_imports: true
|
|
|
|
analyzer:
|
|
plugins:
|
|
# broken currently and may not get fixed
|
|
# https://github.com/simolus3/drift/issues/2342
|
|
# - drift
|
|
|
|
# also broken but only recently reported
|
|
# https://github.com/rrousselGit/riverpod/issues/2180
|
|
# - custom_lint
|