@timmo001/oxlint-rules 0.1.3 → 0.1.4

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 CHANGED
@@ -49,9 +49,10 @@ Copy a reviewed snapshot when a repository should own the rule source:
49
49
  npx --yes @timmo001/oxlint-rules copy tools/oxlint/timmo-rules
50
50
  ```
51
51
 
52
- The command prints the three local plugin entry points. It excludes tests and
53
- repository metadata, and refuses to replace an existing destination unless
54
- `--force` is passed.
52
+ The command prints the three local plugin entry points and every discovered rule
53
+ setting to merge into the target Oxlint config. Effect settings remain opt-in.
54
+ It excludes tests and repository metadata, and refuses to replace an existing
55
+ destination unless `--force` is passed.
55
56
 
56
57
  ## Rules
57
58