pulsar_lint 0.1.1
pulsar_lint: ^0.1.1 copied to clipboard
Official linter for the Pulsar Web Framework. Enforces architectural best practices — clarity over cleverness.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pulsar_lintWith Flutter:
$ flutter pub add pulsar_lintThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pulsar_lint: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pulsar_lint/pulsar_lint.dart';