ワンクリックで
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.