@arianrhodsandlot/oxc-config 1.2.2 → 1.2.3

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.3] - 2026-05-08
11
+ ### Fixed
12
+ - Adjust explicit-member-accessibility
13
+
10
14
  ## [1.2.2] - 2026-03-18
11
15
  ### Fixed
12
16
  - Turn on script sort
@@ -55,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
59
  ### Added
56
60
  - Initial release
57
61
 
62
+ [1.2.3]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.2...v1.2.3
58
63
  [1.2.2]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.1...v1.2.2
59
64
  [1.2.1]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.2.0...v1.2.1
60
65
  [1.2.0]: https://github.com/arianrhodsandlot/oxc-config/compare/v1.1.6...v1.2.0
package/oxlintrc.json CHANGED
@@ -151,6 +151,7 @@
151
151
  ],
152
152
  "typescript/consistent-return": "off",
153
153
  "typescript/explicit-function-return-type": "off",
154
+ "typescript/explicit-member-accessibility": ["error", { "accessibility": "no-public" }],
154
155
  "typescript/explicit-module-boundary-types": "off",
155
156
  "typescript/no-base-to-string": "off",
156
157
  "typescript/no-confusing-void-expression": "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.2"
24
+ "version": "1.2.3"
25
25
  }
package/release-notes.md CHANGED
@@ -1,2 +1,2 @@
1
1
  ### Fixed
2
- - Turn on script sort
2
+ - Adjust explicit-member-accessibility