lint-check
Installation
SKILL.md
Lint Check and Auto-Fix
Run linting and fix common issues for Fluent UI packages.
Steps
-
Determine scope. If
$ARGUMENTSis provided, lint that specific package. Otherwise, lint affected packages:# Specific package yarn nx run @fluentui/$ARGUMENTS:lint # Or affected packages yarn nx affected -t lint -
Parse the output and categorize errors by the custom Fluent UI ESLint rules: