551 Implementation 081a1c71

Implementation Guide

tools-only Updated 7 repo stars

File contents

Implementation Guide

  1. Choose Base Configuration

    • Select framework preset (Airbnb, Standard, etc.)
    • Enable relevant plugins
    • Set environment targets
  2. Configure Rules

    • Adjust severity levels (error, warn, off)
    • Add project-specific rules
    • Configure exception patterns
  3. Set Up Prettier Integration

    • Install eslint-config-prettier
    • Configure format rules
    • Set up format on save
  4. Add Pre-Commit Hooks

    • Configure lint-staged
    • Set up Husky hooks
    • Add commit blocking for errors
  5. Integrate with CI

    • Add linting to CI pipeline
    • Configure failure thresholds
    • Set up reporting

tools-only/X-Skills/tree/main/automation/workflow/551-implementation_081a1c71 commit be697b7fd1

Frequently asked questions

npx skillmds@latest add tools-only/551-implementation-081a1c71