HowProgrammingWorks / HowProgrammingWorks/CodeStyle
Write the JavaScript styleguide
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 4
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
For the moment our JavaScript styleguide exists implicitly and can only be inferred from reading our source code. The eslint config that we use in our projects covers the most essential parts of the code style, but a great deal of style-related things cannot be checked by linter, though the eslint config should definitely be placed in this repo too. We need to document our JavaScript code style and save these conventions both there and in Metarhia repositories.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查现有的 JavaScript 源代码以及项目中使用的 eslint 配置,以识别未通过 lint 检查的约定。将这些约定记录在 styleguide 中,将 eslint 配置添加到此 repository,并确保由此形成的指导可以保存到 Metarhia repositories 中。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- eslint, javascript
- 领域
- documentation, tooling
- Issue 类型
- 文档
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100