원클릭으로
linting-formatting
Instructions on how to run and fix formatting/linting using prettier and eslint.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Instructions on how to run and fix formatting/linting using prettier and eslint.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guidelines for writing and structuring Astro components, pages, layouts, routing, and data fetching in this project.
Instructions on leveraging DaisyUI predefined components and handling theming.
Rules for structuring content, using frontmatter, and handling rich text formatting.
Best practices and conventions for styling the project using Tailwind CSS v4.
TypeScript conventions, strictness rules, and interface/type definitions.
| name | linting-formatting |
| description | Instructions on how to run and fix formatting/linting using prettier and eslint. |
The codebase employs automated linting and formatting workflows using Eslint and Prettier.
pnpm run format (or npm run format) to automatically write Prettier format fixes to the codebase.pnpm run lint (or npm run lint) to identify any TypeScript, JSX, or Astro-related lint issues in src/..prettierrc.ts.// eslint-disable-next-line) unless absolutely necessary with a verified justification comment.eslint.config.js and .prettierrc.ts. Do not modify these configuration files without explicit user instruction.When resolving complex formatting or linting rules, refer to this documentation for ESLint core concepts and glossary definitions:
https://eslint.org/docs/latest/use/core-concepts/glossaryYou can use the read_url_content tool to look up ESLint concepts if needed.