@fedify/lint 2.3.0-dev.1213 → 2.3.0-dev.1214

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 CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![JSR][JSR badge]][JSR]
7
7
  [![npm][npm badge]][npm]
8
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  *This package is available since Fedify 2.0.0.*
11
11
 
@@ -26,7 +26,7 @@ The plugin includes rules that check for:
26
26
  [JSR]: https://jsr.io/@fedify/lint
27
27
  [npm badge]: https://img.shields.io/npm/v/@fedify/lint?logo=npm
28
28
  [npm]: https://www.npmjs.com/package/@fedify/lint
29
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
29
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
30
30
  [@fedify@hollo.social]: https://hollo.social/@fedify
31
31
  [Deno Lint]: https://docs.deno.com/runtime/reference/lint_plugins/
32
32
  [ESLint]: https://eslint.org/
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/lint",
3
- "version": "2.3.0-dev.1213+8ffffeb8",
3
+ "version": "2.3.0-dev.1214+0f808ac3",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./src/mod.ts"
package/dist/index.cjs CHANGED
@@ -29,7 +29,7 @@ let _typescript_eslint_parser = require("@typescript-eslint/parser");
29
29
  _typescript_eslint_parser = __toESM(_typescript_eslint_parser, 1);
30
30
  //#region deno.json
31
31
  var name = "@fedify/lint";
32
- var version = "2.3.0-dev.1213+8ffffeb8";
32
+ var version = "2.3.0-dev.1214+0f808ac3";
33
33
  //#endregion
34
34
  //#region src/lib/const.ts
35
35
  /**
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { always, every, fromEntries, head, isEmpty, isObject, keys, map, negate,
2
2
  import parser from "@typescript-eslint/parser";
3
3
  //#region deno.json
4
4
  var name = "@fedify/lint";
5
- var version = "2.3.0-dev.1213+8ffffeb8";
5
+ var version = "2.3.0-dev.1214+0f808ac3";
6
6
  //#endregion
7
7
  //#region src/lib/const.ts
8
8
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/lint",
3
- "version": "2.3.0-dev.1213+8ffffeb8",
3
+ "version": "2.3.0-dev.1214+0f808ac3",
4
4
  "description": "Fedify linting rules and plugins",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "peerDependencies": {
49
49
  "eslint": ">=9.0.0",
50
- "@fedify/fedify": "^2.3.0-dev.1213+8ffffeb8"
50
+ "@fedify/fedify": "^2.3.0-dev.1214+0f808ac3"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "eslint": {