eslint-plugin-kerfjs 0.1.0 → 0.8.2
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 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
ESLint rules that enforce kerf's hard rules. Catches AI-shaped bugs at edit time, before they reach `tsc` or the runtime dev-warns.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- **Full docs:** [brianwestphal.github.io/kerf/docs/eslint-plugin/](https://brianwestphal.github.io/kerf/docs/eslint-plugin/)
|
|
6
|
+
- **Kerf site:** [brianwestphal.github.io/kerf](https://brianwestphal.github.io/kerf/)
|
|
7
|
+
|
|
8
|
+
This plugin sits alongside two other defense layers shipped by [`kerfjs`](https://brianwestphal.github.io/kerf/):
|
|
6
9
|
|
|
7
10
|
| Layer | Catches | When |
|
|
8
11
|
|---|---|---|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-kerfjs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "ESLint rules that enforce kerf's hard rules — catches AI-shaped bugs at edit time.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Brian Westphal <brian.westphal@bleugris.com>",
|
|
8
|
-
"homepage": "https://github.
|
|
8
|
+
"homepage": "https://brianwestphal.github.io/kerf/docs/eslint-plugin/",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/brianwestphal/kerf",
|