@sarj/eslint-plugin 9.14.0 → 9.15.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 +1 -1
- package/dist/index.cjs +1518 -1028
- package/dist/index.d.cts +19 -3
- package/dist/index.d.ts +19 -3
- package/dist/index.js +1502 -1012
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ import sarj from "@sarj/eslint-plugin";
|
|
|
26
26
|
export default [...sarj.configs.recommended];
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
67 rules. Each source under `src/rules/` states one concise claim and links to
|
|
30
30
|
its paired tests. The definition and named test cases are the complete rule
|
|
31
31
|
specification, and `meta.docs.url` points directly to those executable examples.
|
|
32
32
|
|