@eslinted/core 18.4.1 → 18.4.2
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/package.json +1 -1
- package/tsconfig.json +5 -5
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.
|
6
|
+
"version": "18.4.2",
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
8
8
|
"private": false,
|
9
9
|
"engineStrict": true,
|
package/tsconfig.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"display": "tsc@508.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
|
-
//
|
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
|
-
//
|
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
|
-
//
|
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
|
-
//
|
146
|
+
// #region Print
|
147
147
|
// "noErrorTruncation": true,
|
148
148
|
// "preserveWatchOutput": true,
|
149
149
|
// "pretty": true,
|