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.