Claude-code-plugins windsurf-linting-config
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-linting-config" ~/.claude/skills/jeremylongshore-claude-code-plugins-windsurf-linting-config && rm -rf "$T"
manifest:
plugins/saas-packs/skill-databases/windsurf/skills/windsurf-linting-config/SKILL.mdsource content
Windsurf Linting Config
Overview
This skill enables comprehensive linting configuration within Windsurf. Cascade assists with ESLint, Prettier, Stylelint, and other linting tool setup, helping resolve configuration conflicts, suggesting rules based on project patterns, and automating code quality enforcement.
Prerequisites
- Windsurf IDE with Cascade enabled
- Node.js for JavaScript/TypeScript projects
- Package manager (npm, yarn, pnpm)
- Understanding of code style preferences
- Team agreement on quality standards
Instructions
- Choose Base Configuration
- Configure Rules
- Set Up Prettier Integration
- Add Pre-Commit Hooks
- Integrate with CI
See
${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Configured .eslintrc.js
- Prettier configuration
- Pre-commit hooks
- CI integration
Error Handling
See
${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See
${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.