winglang/wing

Use formatter and linter for JSON, JS, etc

Open

#279 创建于 2022年10月17日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (214 fork)github user discovery
good first issue👷‍♀️ contributor-experience

仓库指标

Star
 (5,385 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I noticed the lack of formatting and linting rules. Specially, the file libs/tree-sitter-wing/grammar.js is not subject to any rules. A prettier config file would be appreciated, otherwise my editor will format with my personal styles when saving, changing the whole file. That may happen to lots of contributors as well.

I suggest using an editorconfig config file (ensures indentation style, end of files, lines at eof, etc), along with a prettier config file.

Related to https://github.com/monadahq/winglang/issues/272.

贡献者指南