- Notifications
You must be signed in to change notification settings - Fork9
Commit579a9f8
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 mightcause trouble in real world projects where developers may not have thecapacity to fix all new lint errors immediately.1 parent1cb64f8 commit579a9f8
2 files changed
+4
-4
lines changed| Original 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 aboutcustomizing how changed files appear on GitHub.
0 commit comments
Comments
(0)