alexrintt / lichess.dart

Lichess client for Dart.
https://pub.dev/packages/lichess_client_dio
MIT License
6 stars 2 forks source link

Remove lints package and use lint instead with custom rules #3

Closed alexrintt closed 1 year ago

alexrintt commented 1 year ago

This is the new analysis_options we will be working with:

include: package:lint/analysis_options.yaml

linter:
  rules:
    sort_constructors_first: true
    prefer_single_quotes: true
    prefer_relative_imports: true
    always_use_package_imports: false
    avoid_relative_lib_imports: false
    always_specify_types: true
    unawaited_futures: true
alexrintt commented 1 year ago

lint_fix was merged on master.