在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$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.