Windsurf linting config
Skill jeremylongshore/claude-code-plugins-plus-skills/skills/.curated/windsurf-linting-config
425 plugins, 2,810 skills, 200 agents for Claude Code. Open-source marketplace at tonsofskills.com with the ccpi CLI package manager.
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill windsurf-linting-configAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
'Configure and enforce code quality with AI-assisted linting. Activate when users mention
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, as published. Nobody here has run it
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.