linted 37.1.0 → 37.2.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- // #region v40.1.0
3
- "$schema": "https://gist.githubusercontent.com/jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485/raw",
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
@@ -1,4 +1,5 @@
1
1
  # MIT License
2
+
2
3
  Copyright (c) 2024 Jimmy Zhening Luo
3
4
 
4
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
package/dprint.jsonc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$schema": "https://raw.githubusercontent.com/jimmy-zhening-luo/dprint/refs/heads/main/dprint-schema.json",
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/refs/heads/main/dprint.jsonc",
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.0",
6
+ "version": "37.2.0",
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,10 +59,10 @@
59
59
  "dependencies": {
60
60
  "@eslint/css": "0.14.1",
61
61
  "@eslint/json": "0.14.0",
62
- "@eslinted/core": "32.1.16",
63
- "@eslinted/defaults": "19.0.9",
62
+ "@eslinted/core": "32.2.0",
63
+ "@eslinted/defaults": "19.1.0",
64
64
  "@html-eslint/eslint-plugin": "0.52.1",
65
- "@stylistic/eslint-plugin": "5.6.1",
65
+ "@stylistic/eslint-plugin": "5.7.0",
66
66
  "eslint-plugin-jsonc": "2.21.0",
67
67
  "eslint-plugin-yml": "1.19.1",
68
68
  "typescript-eslint": "8.52.0"