Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
原文の言語: 英語
メニュー
SkillsMP は conceptadev/ack から 8 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 8 件中 8 件を表示しています。
Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
原文の言語: 英語
General best practices for Dart development. Covers code style, effective Dart, and language features.
原文の言語: 英語
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
原文の言語: 英語
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
原文の言語: 英語
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
原文の言語: 英語
Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.
原文の言語: 英語
Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.
原文の言語: 英語
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
原文の言語: 英語