dev
dev copied to clipboard
Official moon developer tools and shared configurations for popular JavaScript tooling.
ESLint's FlatConfig format cannot import legacy eslintrc configs. I recommend the existing exports remain as-is to allow backwards compatibility until ESLint drops legacy "eslintrc" configs. At which point, eslint-config-moon should...
eslint-plugin-import seems very heavy, [eslint-plugin-i](https://github.com/un-es/eslint-plugin-i) should have better perf while having identical behavior.
The VSCode extension works when I open the Git / workspace root, but the panels are all empty when I open a specific service. The extension should search up looking...
## Issue Currently, "Projects" panel inside the VS Code extension is fully empty if no projects are configured inside the workspace. "Last run" tab in comparison has empty state with...
Update version to 0.13.1 Fix issue #1673
Fix issue: https://github.com/moonrepo/dev/issues/80 I also increased the `vscode-extension` patch version from `0.14.0` to `0.14.1`. Ideally I'd do that in a separate PR, but as this repo seems relatively quiet, I...
When the VS Code setting `moon.binPath` starts with a tilde (`~`), then `Workspace.findMoonBin` method mishandles this path as it treats it as a "regular" relative path and prepends a root...