@plumeria/eslint-plugin 18.3.6 → 18.3.8
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/README.md +0 -9
- 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).
|