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.