12 lines
592 B
JSON
12 lines
592 B
JSON
{
|
|
"name": "eslint-prettier-husky-config",
|
|
"description": "This skill should be used when setting up code quality tooling with ESLint v9 flat config, Prettier formatting, Husky git hooks, lint-staged pre-commit checks, and GitHub Actions CI lint workflow. Apply when initializing linting, adding code formatting, configuring pre-commit hooks, setting up quality gates, or establishing lint CI checks for Next.js or React projects.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Hope Overture",
|
|
"email": "support@worldbuilding-app-skills.dev"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
]
|
|
} |