lint-check

Installation
SKILL.md

Lint Check and Auto-Fix

Run linting and fix common issues for Fluent UI packages.

Steps

  1. Determine scope. If $ARGUMENTS is 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
    
  2. Parse the output and categorize errors by the custom Fluent UI ESLint rules:

Installs
1
GitHub Stars
20.2K
First Seen
3 days ago
lint-check — microsoft/fluentui