@timmo001/oxlint-rules 0.2.1 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmo001/oxlint-rules",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Shared Oxlint plugins and configs with optional Effect rules.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -17,7 +17,7 @@
17
17
  "./generic": "./dist/generic/index.js",
18
18
  "./effect": "./dist/effect/index.js",
19
19
  "./configs/recommended": "./dist/configs/recommended.js",
20
- "./configs/effect": "./dist/configs/effect.js"
20
+ "./configs/recommended-effect": "./dist/configs/recommended-effect.js"
21
21
  },
22
22
  "files": [
23
23
  "dist",
@@ -24,8 +24,9 @@ description: >-
24
24
  and lockfile. Add an exact development dependency through that package
25
25
  manager.
26
26
  3. Extend `@timmo001/oxlint-rules/configs/recommended`. The config owns plugin
27
- registration and recommended severities. Use `/configs/effect` instead only
28
- when `effect` is a direct dependency or the user explicitly requests it.
27
+ registration and recommended severities. Use `/configs/recommended-effect`
28
+ instead only when `effect` is a direct dependency or the user explicitly
29
+ requests it.
29
30
  4. Keep dependency and config edits visible. Do not delegate them to a script.
30
31
 
31
32
  ## Copy rules