@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 +4 -3
- package/dist/cli.js +2013 -0
- package/dist/configs/effect.js +2005 -21
- package/dist/configs/recommended.js +1841 -17
- package/package.json +5 -4
- package/skills/add-oxlint-rule/SKILL.md +3 -2
- package/skills/install-timmo-oxlint-rules/SKILL.md +4 -2
- package/src/cli.ts +0 -35
- package/src/configs/effect.ts +0 -20
- package/src/configs/recommended.ts +0 -29
- package/src/install/copy.ts +0 -77
- package/src/jsr/effect-config.ts +0 -7
- package/src/jsr/effect.ts +0 -7
- package/src/jsr/recommended.ts +0 -7
- package/src/jsr/upstream-anti-slop.ts +0 -7
- package/src/jsr/upstream-effect.ts +0 -7
- package/src/upstream/anti-slop.ts +0 -1
- package/src/upstream/effect.ts +0 -1
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
|
|
53
|
-
|
|
54
|
-
|
|
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
|
|