-
Notifications
You must be signed in to change notification settings - Fork 8
Commit 579a9f8
committed
fix: use tilde range for oxlint packages
According to their [versioning guide](https://oxc.rs/docs/guide/usage/linter/versioning#are-new-lint-errors-a-breaking-change),
it is possible that a minor release of `oxlint` introduces new lint errors.
While this is the desired behavior from a linter's perspective, it might
cause trouble in real world projects where developers may not have the
capacity to fix all new lint errors immediately.1 parent 1cb64f8 commit 579a9f8
2 files changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | - | ||
47 | + | ||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | - | ||
52 | + | ||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments