@fedify/lint 2.3.0-dev.994 → 2.3.0-pr.809.37
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 +2 -2
- package/deno.json +1 -1
- package/dist/index.cjs +2 -3
- package/dist/index.js +1 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[![JSR][JSR badge]][JSR]
|
|
7
7
|
[![npm][npm badge]][npm]
|
|
8
|
-
[![
|
|
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.
|
|
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
package/dist/index.cjs
CHANGED
|
@@ -26,10 +26,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
//#endregion
|
|
27
27
|
let _fxts_core = require("@fxts/core");
|
|
28
28
|
let _typescript_eslint_parser = require("@typescript-eslint/parser");
|
|
29
|
-
_typescript_eslint_parser = __toESM(_typescript_eslint_parser);
|
|
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-
|
|
32
|
+
var version = "2.3.0-pr.809.37+0574ba5c";
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/lib/const.ts
|
|
35
35
|
/**
|
|
@@ -834,7 +834,6 @@ function createRule(buildReport) {
|
|
|
834
834
|
};
|
|
835
835
|
};
|
|
836
836
|
}
|
|
837
|
-
createRule({ message: MESSAGE });
|
|
838
837
|
const eslint = {
|
|
839
838
|
meta: {
|
|
840
839
|
type: "suggestion",
|
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-
|
|
5
|
+
var version = "2.3.0-pr.809.37+0574ba5c";
|
|
6
6
|
//#endregion
|
|
7
7
|
//#region src/lib/const.ts
|
|
8
8
|
/**
|
|
@@ -807,7 +807,6 @@ function createRule(buildReport) {
|
|
|
807
807
|
};
|
|
808
808
|
};
|
|
809
809
|
}
|
|
810
|
-
createRule({ message: MESSAGE });
|
|
811
810
|
const eslint = {
|
|
812
811
|
meta: {
|
|
813
812
|
type: "suggestion",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/lint",
|
|
3
|
-
"version": "2.3.0-
|
|
3
|
+
"version": "2.3.0-pr.809.37+0574ba5c",
|
|
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-
|
|
50
|
+
"@fedify/fedify": "^2.3.0-pr.809.37+0574ba5c"
|
|
51
51
|
},
|
|
52
52
|
"peerDependenciesMeta": {
|
|
53
53
|
"eslint": {
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/eslint": "^9.0.0",
|
|
64
|
-
"@types/estree": "^1.0.
|
|
64
|
+
"@types/estree": "^1.0.9",
|
|
65
65
|
"eslint": "^9.0.0",
|
|
66
|
-
"tsdown": "^0.
|
|
67
|
-
"typescript": "^
|
|
66
|
+
"tsdown": "^0.22.0",
|
|
67
|
+
"typescript": "^6.0.0"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build:self": "tsdown",
|