good first issue👷♀️ contributor-experience
Repository metrics
- Stars
- (5,385 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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.