Development tools, linting, and testing for JavaScript projects.
Essential tooling for JavaScript development.
npm/yarn/pnpm).// .eslintrc.js
module.exports = {
extends: ['eslint:recommended', 'prettier'],
rules: { 'no-console': 'warn', 'prefer-const': 'error' },
};// .prettierrc
{ "semi": true, "singleQuote": true, "printWidth": 80 }// jest.config.js
export default {
coverageThreshold: { global: { lines: 80 } },
};For testing patterns and CI/CD: See references/REFERENCE.md.
best-practices | language
19a1140
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.