@plumeria/eslint-plugin 18.3.7 → 18.3.9

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.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -251,12 +251,3 @@ You can run `plumerialint` in parallel with your build command (e.g. `next build
251
251
  If `plumerialint` detects any styling errors or warnings, it will print the diagnostics, kill the build process immediately, and exit with a non-zero code. This avoids compiling when styling validation fails.
252
252
 
253
253
  **Note:** `oxlint` is required as `plumerialint` uses it internally.
254
-
255
- ## API Stability
256
-
257
- **Stability: Stable** — additive only; existing signatures will not move.
258
- See [API Stability](https://github.com/zss-in-js/plumeria#api-stability).
259
-
260
- ## License
261
-
262
- Plumeria is [MIT licensed](https://github.com/zss-in-js/plumeria/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/eslint-plugin",
3
- "version": "18.3.7",
3
+ "version": "18.3.9",
4
4
  "description": "Plumeria ESLint plugin",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",