@eslinted/core 32.1.16 → 32.1.17
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/.markdownlint.jsonc +2 -2
- package/LICENSE +1 -0
- package/dprint.jsonc +2 -2
- package/package.json +2 -2
package/.markdownlint.jsonc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
// #region v40.
|
|
3
|
-
"$schema": "https://
|
|
2
|
+
// #region v40.2.0
|
|
3
|
+
"$schema": "https://raw.githubusercontent.com/jzni/schema/main/app/markdownlint.json",
|
|
4
4
|
"$help": {
|
|
5
5
|
"link": "https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md",
|
|
6
6
|
},
|
package/LICENSE
CHANGED
package/dprint.jsonc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/main/schema.json",
|
|
3
3
|
// $help: https://dprint.dev/config/
|
|
4
4
|
// $version: 0.5101.4
|
|
5
|
-
"extends": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/
|
|
5
|
+
"extends": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/main/dprint.jsonc",
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
|
5
5
|
"name": "@eslinted/core",
|
|
6
|
-
"version": "32.1.
|
|
6
|
+
"version": "32.1.17",
|
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
|
8
8
|
"description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
|
|
9
9
|
"keywords": [],
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"stage": "",
|
|
53
53
|
"deploy": ""
|
|
54
54
|
},
|
|
55
|
-
"author": "Jimmy Zhening Luo <jimmy-zhening-luo@users.noreply.github.com> (https://jimm.my/)"
|
|
55
|
+
"author": "Jimmy Zhening Luo <1450044+jimmy-zhening-luo@users.noreply.github.com> (https://jimm.my/)"
|
|
56
56
|
}
|