@pobammer-ts/small-rules 2.7.0 → 2.9.0
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 +2 -2
- package/dist/index.d.ts +268 -16
- package/dist/index.js +10 -10
- package/package.json +29 -14
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ A collection of [Oxlint](https://oxc.rs)-native rules for linting [roblox-ts](ht
|
|
|
8
8
|
ni -D @pobammer-ts/small-rules
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
This package is an [Oxlint plugin](https://oxc.rs/docs/guide/usage/plugins) and must be used with [Oxlint](https://oxc.rs) v1.69.0 or later. It
|
|
11
|
+
This package is an [Oxlint plugin](https://oxc.rs/docs/guide/usage/plugins) and must be used with [Oxlint](https://oxc.rs) v1.69.0 or later. It supports TypeScript versions from 5 up to, but not including, 8 and requires Node.js `^20.19.0` or `>=22.12.0`.
|
|
12
12
|
|
|
13
13
|
## Configuration
|
|
14
14
|
|
|
@@ -28,7 +28,7 @@ All rules are namespaced under the `small-rules/` prefix. Pick the subset that f
|
|
|
28
28
|
|
|
29
29
|
## Rules
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
Browse the [complete rule catalog](https://howmanysmall.github.io/small-rules/rules/) for source-backed descriptions, configuration, diagnostics, and examples.
|
|
32
32
|
|
|
33
33
|
## License
|
|
34
34
|
|