linted 37.1.0 → 37.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/.markdownlint.jsonc +2 -2
- package/LICENSE +1 -0
- package/dprint.jsonc +2 -2
- package/package.json +3 -3
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": "linted",
|
|
6
|
-
"version": "37.1.
|
|
6
|
+
"version": "37.1.1",
|
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted",
|
|
8
8
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
|
9
9
|
"keywords": [
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@eslint/css": "0.14.1",
|
|
61
61
|
"@eslint/json": "0.14.0",
|
|
62
|
-
"@eslinted/core": "32.1.
|
|
63
|
-
"@eslinted/defaults": "19.0.
|
|
62
|
+
"@eslinted/core": "32.1.17",
|
|
63
|
+
"@eslinted/defaults": "19.0.10",
|
|
64
64
|
"@html-eslint/eslint-plugin": "0.52.1",
|
|
65
65
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
66
66
|
"eslint-plugin-jsonc": "2.21.0",
|