@eslinted/core 18.4.1 → 18.4.3

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,9 +1,10 @@
1
1
  {
2
- "$meta": {
3
- "template": "37.0.0",
4
- "rules": "https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/Rules.md",
5
- },
2
+ // #region Meta
3
+ // "$md": "37.2.0",
4
+ // "$help": "https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/Rules.md",
6
5
  // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.37.4/schema/markdownlint-config-schema.json",
6
+ // #endregion
7
+ // #region Rules
7
8
  "heading-increment": true /* MD001 */,
8
9
  "heading-style": {
9
10
  "style": "atx",
@@ -123,4 +124,5 @@
123
124
  } /* MD055 */,
124
125
  "table-column-count": true /* MD056 */,
125
126
  "blanks-around-tables": false /* MD058 */,
127
+ // #endregion
126
128
  }
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": "18.4.1",
6
+ "version": "18.4.3",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -19,7 +19,7 @@
19
19
  "devDependencies": {
20
20
  "@types/chai": "^5.2.1",
21
21
  "@types/mocha": "^10.0.10",
22
- "@types/node": "^22.13.14",
22
+ "@types/node": "^22.13.17",
23
23
  "chai": "^5.2.0",
24
24
  "mocha": "^11.1.0",
25
25
  "npm-run-all": "^4.1.5",
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "display": "tsc@508.0.0",
2
+ "display": "tsc@508.0.1",
3
3
  "$schema": "https://json.schemastore.org/tsconfig",
4
4
  "$help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "include": [
@@ -104,7 +104,7 @@
104
104
  "verbatimModuleSyntax": true,
105
105
  // #endregion
106
106
  //
107
- // #region Language
107
+ // #region Language
108
108
  // "emitDecoratorMetadata": true,
109
109
  // "experimentalDecorators": true,
110
110
  // "jsx": "preserve",
@@ -123,7 +123,7 @@
123
123
  // "useDefineForClassFields": true /* @default true if `target` > `es2022`, else false*/,
124
124
  // #endregion
125
125
  //
126
- // #region Diagnostic
126
+ // #region Diagnostic
127
127
  // "diagnostics": true,
128
128
  // "explainFiles": true,
129
129
  // "extendedDiagnostics": true,
@@ -134,7 +134,7 @@
134
134
  // "traceResolution": true,
135
135
  // #endregion
136
136
  //
137
- // #region Project
137
+ // #region Project
138
138
  // "composite": true,
139
139
  // "disableReferencedProjectLoad": true,
140
140
  // "disableSolutionSearching": true,
@@ -143,7 +143,7 @@
143
143
  // "tsBuildInfoFile": "",
144
144
  // #endregion
145
145
  //
146
- // #region Print
146
+ // #region Print
147
147
  // "noErrorTruncation": true,
148
148
  // "preserveWatchOutput": true,
149
149
  // "pretty": true,