@arianrhodsandlot/oxc-config 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.5] - 2026-06-06
11
+ ### Fixed
12
+ - Disable node/callback-return
13
+
10
14
  ## [1.2.4] - 2026-05-13
11
15
  ### Fixed
12
16
  - Disable react/forbid-component-props
@@ -63,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
67
  ### Added
64
68
  - Initial release
65
69
 
70
+ [1.2.5]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.4...v1.2.5
66
71
  [1.2.4]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.3...v1.2.4
67
72
  [1.2.3]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.2...v1.2.3
68
73
  [1.2.2]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.1...v1.2.2
package/oxlintrc.json CHANGED
@@ -86,6 +86,7 @@
86
86
  "no-throw-literal": "off",
87
87
  "no-undefined": "off",
88
88
  "no-use-before-define": "off",
89
+ "node/callback-return": "off",
89
90
  "node/no-process-env": "off",
90
91
  "oxc/no-async-await": "off",
91
92
  "oxc/no-optional-chaining": "off",
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  },
22
22
  "repository": "arianrhodsandlot/oxc-config",
23
23
  "type": "module",
24
- "version": "1.2.4"
24
+ "version": "1.2.5"
25
25
  }
package/release-notes.md CHANGED
@@ -1,2 +1,2 @@
1
1
  ### Fixed
2
- - Disable react/forbid-component-props
2
+ - Disable node/callback-return