eslint-plugin-comment-policy 0.1.0 → 0.1.1

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/dist/index.cjs CHANGED
@@ -403,7 +403,7 @@ const configs = {};
403
403
  const plugin = {
404
404
  meta: {
405
405
  name: "cyberash",
406
- version: "0.1.0"
406
+ version: "0.1.1"
407
407
  },
408
408
  rules: {
409
409
  "max-comment-lines": rule$4,
package/dist/index.mjs CHANGED
@@ -403,7 +403,7 @@ const configs = {};
403
403
  const plugin = {
404
404
  meta: {
405
405
  name: "cyberash",
406
- version: "0.1.0"
406
+ version: "0.1.1"
407
407
  },
408
408
  rules: {
409
409
  "max-comment-lines": rule$4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-comment-policy",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ESLint rules enforcing a per-file comment policy: prose-line caps, no change-narrative, no code snippets, no decorative markers, block comments only (JS + TS).",
5
5
  "type": "module",
6
6
  "license": "MIT",