Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
linting-formatting
// Instructions on how to run and fix formatting/linting using prettier and eslint.
$ git log --oneline --stat
stars:4
forks:3
updated:2026年3月16日 15:43
SKILL.md
// Instructions on how to run and fix formatting/linting using prettier and eslint.
[HINT] SKILL.mdと関連ファイルを含む完全なスキルディレクトリをダウンロード
| 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.