cella_lints 0.1.1
cella_lints: ^0.1.1 copied to clipboard
Shared linter options and the sync tool from API docs behind it.
example/example.dart
import 'dart:io';
import 'package:cella_lints/cella_lints.dart';
Future<void> main() async => (await getOptions()).forEach(stdout.writeln);