@timmo001/oxlint-rules 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +3 -22
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,24 +57,9 @@ replace an existing destination unless `--force` is passed.
57
57
 
58
58
  ## Rules
59
59
 
60
- ### `anti-slop`
61
-
62
- - `no-chained-type-assertions`
63
- - `no-conditional-empty-object-spread`
64
- - `no-known-value-widening`
65
- - `no-module-mocking`
66
- - `no-object-parameters`
67
- - `no-reflect-apply`
68
- - `no-reflect-get`
69
- - `no-runtime-typeof`
70
- - `no-shape-in-symbol-names`
71
- - `no-unknown-parameters`
72
- - `no-unknown-returns`
73
- - `no-unknown-type-aliases`
74
- - `no-unsafe-dictionary-type`
75
- - `no-widen-then-assert`
76
- - `require-readable-spacing`
77
- - `require-safety-comment-for-type-assertion`
60
+ ### `anti-slop` and `anti-slop-effect`
61
+
62
+ See the upstream [rule documentation](https://github.com/dmmulroy/anti-slop#rules).
78
63
 
79
64
  ### `timmo`
80
65
 
@@ -82,10 +67,6 @@ replace an existing destination unless `--force` is passed.
82
67
  `target` or `currentTarget`. Express the target type in the function signature
83
68
  instead so every use sees the same contract.
84
69
 
85
- ### `anti-slop-effect`
86
-
87
- See the upstream [Effect rules](https://github.com/dmmulroy/anti-slop#effect-rules).
88
-
89
70
  ### `timmo-effect`
90
71
 
91
72
  - `no-try-catch-in-effect-generators`: diagnoses synchronous `try/catch` owned
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmo001/oxlint-rules",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Shared Oxlint plugins and configs with optional Effect rules.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",